aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v6.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 25d7f60001..7d1495cc51 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2433,8 +2433,11 @@ void ScummEngine_v6::o6_kernelSetFunctions() {
} else if (_gameId == GID_FT) {
const int insaneVarNum = (_features & GF_DEMO) ? 232 : 233;
+ // PC demo uses different INSANE
+ if (!(_features & GF_DEMO)) {
_insane->setSmushParams(speed);
_insane->runScene(insaneVarNum);
+ }
}
delete sp;
}