Fix compilation with FIX_BUGS enabled

This commit is contained in:
Clownacy 2020-01-23 00:03:54 +00:00
parent f687c5f68b
commit ede9fa213d

View file

@ -283,7 +283,7 @@ int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdL
} }
else else
{ {
if !(StartDirectDraw(hWnd, 1, 0)) if (!StartDirectDraw(hWnd, 1, 0))
return 0; return 0;
} }
#else #else