diff options
Diffstat (limited to 'sword1/sword1.cpp')
| -rw-r--r-- | sword1/sword1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index f9cbb2115d..0b67ba75be 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -1116,6 +1116,7 @@ void SwordEngine::checkCdFiles(void) { // check if we're running from cd, hdd or } else { // speech1 & speech2 not present. are we running from cd? if (test.open("cows.mad")) { _systemVars.isDemo = true; + Logic::_scriptVars[PLAYINGDEMO] = 1; test.close(); } if (test.open("cd1.id")) { |
