rename var

This commit is contained in:
FunkyFr3sh 2022-10-20 03:13:09 +02:00
parent 0a5cfc5989
commit 8566355e0d
3 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ typedef struct CNCDDRAW
BOOL show_driver_warning;
SPEEDLIMITER ticks_limiter;
SPEEDLIMITER flip_limiter;
DWORD gui_thread;
DWORD gui_thread_id;
} CNCDDRAW;