aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp
index ecaae8303b..772051da91 100644
--- a/engines/xeen/worldofxeen/worldofxeen.cpp
+++ b/engines/xeen/worldofxeen/worldofxeen.cpp
@@ -119,6 +119,10 @@ void WorldOfXeenEngine::death() {
}
void WorldOfXeenEngine::dream() {
+ if (g_vm->getGameID() == GType_Clouds)
+ // Dreams only available for Dark Side & World
+ return;
+
Windows &windows = *_windows;
Graphics::ManagedSurface savedBg;