Browse Source

Merge pull request #914 from Azaezel/alpha402/fixMoarFlags

parseArgs() followup
Brian Roberts 2 years ago
parent
commit
112426e1f5
1 changed files with 4 additions and 1 deletions
  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
          // We do have a bitmap so cycle to it
          %this.next();
          %this.next();
       }
       }
-   }
+   }   
+   
+   if ($startGUIEditor) fastLoadGUIEdit(1);
+   if ($startWorldEditor) fastLoadWorldEdit(1);
 }
 }