fixed problem where game wouldnt start
This commit is contained in:
parent
b1de4aafde
commit
e127331545
2 changed files with 2 additions and 1 deletions
src
|
@ -1043,7 +1043,7 @@ global void MenuLoop(char* filename, WorldMap* map)
|
|||
//
|
||||
if( EditorRunning ) {
|
||||
EditorMainLoop();
|
||||
} else if (GameRunning) {
|
||||
} else {
|
||||
//
|
||||
// Create the game.
|
||||
//
|
||||
|
|
|
@ -4663,6 +4663,7 @@ local void StartEditor(void)
|
|||
local void CancelEditorSelect(void)
|
||||
{
|
||||
QuitToMenu = 1;
|
||||
EditorRunning = 0;
|
||||
EndMenu();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue