aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen.cpp')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp
index 20fa7be44a..962bdfec6a 100644
--- a/engines/xeen/worldofxeen/worldofxeen.cpp
+++ b/engines/xeen/worldofxeen/worldofxeen.cpp
@@ -186,14 +186,7 @@ void WorldOfXeenEngine::showStartup() {
}
void WorldOfXeenEngine::showMainMenu() {
- // TODO: Remove this as the game main menus are properly implemented
- if (getGameID() == GType_Clouds) {
- _saves->newGame();
- _gameMode = GMODE_PLAY_GAME;
- return;
- }
-
- WorldOfXeenMenu::show(this);
+ WorldOfXeenMainMenuContainer::show();
}
} // End of namespace WorldOfXeen