mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix for last commit
This commit is contained in:
parent
5ee245651e
commit
9f58e7925d
2
src/dd.c
2
src/dd.c
@ -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)
|
if (g_config.maxgameticks == 0 && g_ddraw->mode.dmDisplayFrequency == 60)
|
||||||
{
|
{
|
||||||
g_config.maxgameticks == -2;
|
g_config.maxgameticks = -2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user