diff options
Diffstat (limited to 'engines/xeen/worldofxeen')
| -rw-r--r-- | engines/xeen/worldofxeen/worldofxeen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp index 88ab3d3c44..20fa7be44a 100644 --- a/engines/xeen/worldofxeen/worldofxeen.cpp +++ b/engines/xeen/worldofxeen/worldofxeen.cpp @@ -186,8 +186,8 @@ void WorldOfXeenEngine::showStartup() { } void WorldOfXeenEngine::showMainMenu() { - if (getGameID() != GType_WorldOfXeen) { - // TODO: Implement menus for Clouds and Dark Side of Xeen + // TODO: Remove this as the game main menus are properly implemented + if (getGameID() == GType_Clouds) { _saves->newGame(); _gameMode = GMODE_PLAY_GAME; return; |
