Fix compilation with FIX_BUGS enabled
This commit is contained in:
parent
f687c5f68b
commit
ede9fa213d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue