aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 153228cefb..a07bf1b8af 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -123,6 +123,7 @@ Common::Error XeenEngine::run() {
showIntro();
if (shouldQuit())
return Common::kNoError;
+ File::setCurrentArchive(GAME_ARCHIVE);
showMainMenu();
if (shouldQuit())