Explorar o código

Merge pull request #914 from Azaezel/alpha402/fixMoarFlags

parseArgs() followup
Brian Roberts %!s(int64=2) %!d(string=hai) anos
pai
achega
112426e1f5
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Templates/BaseGame/game/data/UI/guis/startupGui.tscript

+ 4 - 1
Templates/BaseGame/game/data/UI/guis/startupGui.tscript

@@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
          // We do have a bitmap so cycle to it
          %this.next();
       }
-   }
+   }   
+   
+   if ($startGUIEditor) fastLoadGUIEdit(1);
+   if ($startWorldEditor) fastLoadWorldEdit(1);
 }