From 633c1a477d91e4953476190beeb8db4f4dafc029 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 3 Mar 2018 22:00:57 -0500 Subject: XEEN: Add Swords of Xeen main menu --- engines/xeen/worldofxeen/worldofxeen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/xeen/worldofxeen') 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; -- cgit v1.2.3