ref: 0c9c0115cf889e37caca66596ded3ec024046126
parent: 22622ae69a5707e233bbf8c4012d526a12521b2d
author: Clownacy <[email protected]>
date: Fri Jan 17 05:54:34 EST 2020
Whoops. Fix typo.
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -226,7 +226,7 @@
}
else
{
- if !(StartDirectDraw(window, 1))
+ if (!StartDirectDraw(window, 1))
return 0;
}
#else