1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2023-10-20 04:30:04 +02:00
parent 65fc87b139
commit 933fffe89d

View File

@ -1184,7 +1184,7 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
if (dwFlags & DDSCL_NORMAL) if (dwFlags & DDSCL_NORMAL)
{ {
if (0) if (g_config.vermeer_hack)
{ {
dd_SetDisplayMode(640, 480, 16, 0); dd_SetDisplayMode(640, 480, 16, 0);
} }