fixed problem where game wouldnt start

This commit is contained in:
nehalmistry 2002-11-27 15:28:08 +00:00
parent b1de4aafde
commit e127331545
2 changed files with 2 additions and 1 deletions

View file

@ -1043,7 +1043,7 @@ global void MenuLoop(char* filename, WorldMap* map)
//
if( EditorRunning ) {
EditorMainLoop();
} else if (GameRunning) {
} else {
//
// Create the game.
//

View file

@ -4663,6 +4663,7 @@ local void StartEditor(void)
local void CancelEditorSelect(void)
{
QuitToMenu = 1;
EditorRunning = 0;
EndMenu();
}