shithub: cstory

Download patch

ref: 9ea6caad72938bbe113376ec6a5c2202728da6d5
parent: 2bcab6adee8517e0414126db4026df323b1eabed
parent: eadc04e46e1e7ae7cb8db93a79cf930cb0db413a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 14 19:31:01 EDT 2020

Merge branch 'accurate' into portable

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -232,7 +232,7 @@
 				windowHeight = WINDOW_HEIGHT * 2;
 			}
 
-		#ifdef FIX_BUGS
+		#ifdef FIX_MAJOR_BUGS
 			if (conf.display_mode == 1)
 			{
 				if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 0))
@@ -266,7 +266,7 @@
 			windowWidth = WINDOW_WIDTH * 2;
 			windowHeight = WINDOW_HEIGHT * 2;
 
-		#ifdef FIX_BUGS
+		#ifdef FIX_MAJOR_BUGS
 			if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 2))
 			{
 				Backend_Deinit();