fix for last commit
This commit is contained in:
parent
5ee245651e
commit
9f58e7925d
1 changed files with 1 additions and 1 deletions
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)
|
||||
{
|
||||
g_config.maxgameticks == -2;
|
||||
g_config.maxgameticks = -2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue