aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-03 22:00:57 -0500
committerPaul Gilbert2018-03-03 22:00:57 -0500
commit633c1a477d91e4953476190beeb8db4f4dafc029 (patch)
tree4a8301c3120d27f0285c70357b390892c803b1e0 /engines/xeen/worldofxeen
parent53aa641f4480cac42e79b2a087d2c6e5d03168d0 (diff)
downloadscummvm-rg350-633c1a477d91e4953476190beeb8db4f4dafc029.tar.gz
scummvm-rg350-633c1a477d91e4953476190beeb8db4f4dafc029.tar.bz2
scummvm-rg350-633c1a477d91e4953476190beeb8db4f4dafc029.zip
XEEN: Add Swords of Xeen main menu
Diffstat (limited to 'engines/xeen/worldofxeen')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.cpp4
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;