shithub: cstory

Download patch

ref: ede9fa213d6807d6b72654c07fa8c48c2455c05d
parent: f687c5f68b18077acb4762df4f75170f619a006c
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 19:03:54 EST 2020

Fix compilation with FIX_BUGS enabled

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -283,7 +283,7 @@
 			}
 			else
 			{
-				if !(StartDirectDraw(hWnd, 1, 0))
+				if (!StartDirectDraw(hWnd, 1, 0))
 					return 0;
 			}
 		#else