From 97af30ae4be2690b07a654d35dd31702dc40bbac Mon Sep 17 00:00:00 2001
From: Alam Arias <alam+github_public@srb2.org>
Date: Mon, 25 Dec 2017 00:41:05 -0500
Subject: [PATCH] SRB2: disable Smaller Type Check for MSVC

---
 SRB2_Debug.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SRB2_Debug.props b/SRB2_Debug.props
index 2c16f7cb6..8be11c58a 100644
--- a/SRB2_Debug.props
+++ b/SRB2_Debug.props
@@ -17,7 +17,7 @@
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <AssemblerOutput>All</AssemblerOutput>
-      <SmallerTypeCheck>true</SmallerTypeCheck>
+      <SmallerTypeCheck>false</SmallerTypeCheck>
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     </ClCompile>
     <Link>
-- 
GitLab