Fix auto frameskip issue (Thanks MKendora)

This commit is contained in:
pagefault
2003-11-04 19:00:23 +00:00
parent c5bc16aa59
commit 1b25d9de13

View File

@@ -1658,7 +1658,7 @@ void Start60HZ(void)
} }
else else
{ {
update_ticks_pc = (__int64) UPDATE_TICKS_GAME * freq / 1000; update_ticks_pc = (__int64) (UPDATE_TICKS_GAME * freq / 1000);
} }
QueryPerformanceCounter((LARGE_INTEGER*)&start); QueryPerformanceCounter((LARGE_INTEGER*)&start);