Delay dialogues until map title text disappears.

This commit is contained in:
Mari the Deer 2022-09-16 16:54:05 +02:00
commit e023f70124
5 changed files with 16 additions and 6 deletions

View file

@ -40,6 +40,9 @@ Class SWWMHandler : EventHandler
int prof_calls[8];
double curms;
// to avoid some overlaps
ui DSMapTitle mapmsg;
enum EProfileTimer
{
PT_WORLDTICK,