From 082def7ccd4506dc81041f21f3a2a9adaf455637 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 16 Mar 2018 21:41:19 -0400 Subject: XEEN: Go to menu rather than intro title when game is exitted --- engines/xeen/worldofxeen/worldofxeen_menu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/xeen/worldofxeen') diff --git a/engines/xeen/worldofxeen/worldofxeen_menu.cpp b/engines/xeen/worldofxeen/worldofxeen_menu.cpp index 3e4e14455e..8356794ef7 100644 --- a/engines/xeen/worldofxeen/worldofxeen_menu.cpp +++ b/engines/xeen/worldofxeen/worldofxeen_menu.cpp @@ -53,6 +53,7 @@ void MainMenuContainer::show() { MainMenuContainer::MainMenuContainer(const Common::String &spritesName, uint frameCount) : _frameCount(frameCount), _animateCtr(0), _dialog(nullptr) { + g_vm->_files->setGameCc(g_vm->getGameID() == GType_Clouds ? 0 : 1); _backgroundSprites.load(spritesName); } -- cgit v1.2.3