aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.cpp')
-rw-r--r--engines/saga/saga.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 8ccc6d96e5..2911d9c451 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -222,6 +222,7 @@ Common::Error SagaEngine::run() {
_copyProtection = ConfMan.getBool("copy_protection");
_gf_wyrmkeep = false;
_musicWasPlaying = false;
+ _isIHNMDemo = Common::File::exists("music.res");
if (_readingSpeed > 3)
_readingSpeed = 0;