#189 fix freeze on loading screen

This commit is contained in:
FunkyFr3sh 2023-07-29 06:19:30 +02:00
parent 5a928caa70
commit 428acf24ba
3 changed files with 47 additions and 34 deletions

View file

@ -183,6 +183,7 @@ typedef struct CNCDDRAW
DWORD gui_thread_id;
BOOL rgb555;
BOOL hook_peekmessage;
BOOL dont_emulate_dc;
} CNCDDRAW;