1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2024-10-01 20:59:42 +02:00
parent 5ee245651e
commit 9f58e7925d

View File

@ -593,7 +593,7 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if (g_config.maxgameticks == 0 && g_ddraw->mode.dmDisplayFrequency == 60)
{
g_config.maxgameticks == -2;
g_config.maxgameticks = -2;
}
}