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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp
index 7229a4d89e..c02e6f7969 100644
--- a/engines/xeen/worldofxeen/worldofxeen.cpp
+++ b/engines/xeen/worldofxeen/worldofxeen.cpp
@@ -54,7 +54,7 @@ void WorldOfXeenEngine::outerGameLoop() {
break;
case WOX_CLOUDS_ENDING:
- showCloudsEnding();
+ //showCloudsEnding();
break;
case WOX_DARKSIDE_INTRO:
@@ -169,7 +169,7 @@ void WorldOfXeenEngine::showCutscene(const Common::String &name, int status, uin
_sound->stopAllAudio();
if (name == "ENDGAME")
- showCloudsEnding();
+ showCloudsEnding(score);
else if (name == "ENDGAME2")
showDarkSideEnding();
else if (name == "WORLDEND")