shithub: rott

Download patch

ref: 368a0c27a2d094355b3ae2d92d895df589e3063b
parent: caad5efb4096ee6dab133b9215dd845a2de54691
author: LTCHIPS <ltchips994@gmail.com>
date: Fri Jan 11 14:13:44 EST 2019

Revert "Revert "fixed argument bug where mouse info was being injected into argument strings""

This reverts commit caad5efb4096ee6dab133b9215dd845a2de54691.

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