ref: caad5efb4096ee6dab133b9215dd845a2de54691
parent: cf41d727a25a095ad548d6e5cd28cc37bdfa951d
author: LTCHIPS <ltchips994@gmail.com>
date: Fri Jan 11 14:10:03 EST 2019
Revert "fixed argument bug where mouse info was being injected into argument strings" This reverts commit cf41d727a25a095ad548d6e5cd28cc37bdfa951d.
--- 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,8 +242,6 @@
BuildTables ();
GetMenuInfo ();
}
-
- IN_Startup ();
SetRottScreenRes (iGLOBAL_SCREENWIDTH, iGLOBAL_SCREENHEIGHT);