aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2015-03-21 00:05:22 +0100
committerMartin Kiewitz2015-03-21 00:05:22 +0100
commit4550e8c5ef0429e1c917d455049419871acfabec (patch)
tree9451a56298b9de79e95d813060edc1bf5d6c1980 /engines
parent1f65284ada41b7156b5d68507fcdad6255694140 (diff)
downloadscummvm-rg350-4550e8c5ef0429e1c917d455049419871acfabec.tar.gz
scummvm-rg350-4550e8c5ef0429e1c917d455049419871acfabec.tar.bz2
scummvm-rg350-4550e8c5ef0429e1c917d455049419871acfabec.zip
SCI: fix script patch description
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/script_patches.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index b6b9f72996..711078d29c 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -2173,7 +2173,8 @@ static const uint16 qfg1vgaPatchFunnyRoomFix[] = {
// the relevant dialog boxes are closed.
//
// This delay causes problems in case the user quickly enters the inventory.
-// That's why we remove the code related to the delay completely.
+// That's why we change the amount of ticks to 1, so that the remaining states
+// are executed right after the dialog boxes are closed.
//
// Applies to at least: English floppy
// Responsible method: cueItScript::changeState