rename var
This commit is contained in:
parent
0a5cfc5989
commit
8566355e0d
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ BOOL util_is_avx_supported()
|
|||
|
||||
void util_limit_game_ticks()
|
||||
{
|
||||
if (GetCurrentThreadId() != g_ddraw->gui_thread)
|
||||
if (GetCurrentThreadId() != g_ddraw->gui_thread_id)
|
||||
return;
|
||||
|
||||
if (g_ddraw->ticks_limiter.htimer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue