shithub: rott

Download patch

ref: 6d269c9c18a6ad7593edf9bd401cfe3db74ae932
parent: 368a0c27a2d094355b3ae2d92d895df589e3063b
author: LTCHIPS <ltchips994@gmail.com>
date: Fri Jan 11 14:21:20 EST 2019

changed location of IN_Startup() back to where it was

--- a/src/rt_main.c
+++ b/src/rt_main.c
@@ -230,7 +230,7 @@
 
     Z_Init(50000,10000000);
 
-    
+    IN_Startup ();
 
     InitializeGameCommands();
     if (standalone==false)
@@ -243,7 +243,7 @@
         GetMenuInfo ();
     }
     
-    IN_Startup ();
+   
 
     SetRottScreenRes (iGLOBAL_SCREENWIDTH, iGLOBAL_SCREENHEIGHT);