aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-18 10:22:49 -0400
committerPaul Gilbert2016-09-18 10:22:49 -0400
commita39da343b7dd0ea69c481c3f0a5346a9134ae736 (patch)
tree95a738f2e4500982900a5fcd156564d62edef6c1 /engines/xeen/worldofxeen/worldofxeen.cpp
parent2bec9c5a0cfc9f339ce04460c9d6bd3b8633f1b2 (diff)
downloadscummvm-rg350-a39da343b7dd0ea69c481c3f0a5346a9134ae736.tar.gz
scummvm-rg350-a39da343b7dd0ea69c481c3f0a5346a9134ae736.tar.bz2
scummvm-rg350-a39da343b7dd0ea69c481c3f0a5346a9134ae736.zip
XEEN: Support switching between fx & game music, fx fixes
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen.cpp')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp
index 86a6ee3da7..a71efbb162 100644
--- a/engines/xeen/worldofxeen/worldofxeen.cpp
+++ b/engines/xeen/worldofxeen/worldofxeen.cpp
@@ -34,6 +34,8 @@ WorldOfXeenEngine::WorldOfXeenEngine(OSystem *syst, const XeenGameDescription *g
}
void WorldOfXeenEngine::showIntro() {
+ File::setCurrentArchive(INTRO_ARCHIVE);
+
// **DEBUG**
if (gDebugLevel == 0)
return;