From 4550e8c5ef0429e1c917d455049419871acfabec Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 21 Mar 2015 00:05:22 +0100 Subject: SCI: fix script patch description --- engines/sci/engine/script_patches.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3