소스 검색

Merge pull request #914 from Azaezel/alpha402/fixMoarFlags

parseArgs() followup
Brian Roberts 2 년 전
부모
커밋
112426e1f5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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);
 }