Whoops. Fix typo.

This commit is contained in:
Clownacy 2020-01-17 10:54:34 +00:00
parent 22622ae69a
commit 0c9c0115cf

View file

@ -226,7 +226,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
if !(StartDirectDraw(window, 1)) if (!StartDirectDraw(window, 1))
return 0; return 0;
} }
#else #else