[Scummvm-cvs-logs] scummvm master -> 4550e8c5ef0429e1c917d455049419871acfabec

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Mar 21 00:05:12 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4550e8c5ef SCI: fix script patch description


Commit: 4550e8c5ef0429e1c917d455049419871acfabec
    https://github.com/scummvm/scummvm/commit/4550e8c5ef0429e1c917d455049419871acfabec
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-03-21T00:05:22+01:00

Commit Message:
SCI: fix script patch description

Changed paths:
    engines/sci/engine/script_patches.cpp



diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index b6b9f72..711078d 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






More information about the Scummvm-git-logs mailing list