[Scummvm-cvs-logs] scummvm master -> 13d0275d7ea6714b78115c3a1451c693cd0a855b

dreammaster dreammaster at scummvm.org
Sun Sep 18 09:03:58 CEST 2011


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:
13d0275d7e TSAGE: Fix for sequence manager when using a Blue Force specific opcode


Commit: 13d0275d7ea6714b78115c3a1451c693cd0a855b
    https://github.com/scummvm/scummvm/commit/13d0275d7ea6714b78115c3a1451c693cd0a855b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-09-17T23:58:33-07:00

Commit Message:
TSAGE: Fix for sequence manager when using a Blue Force specific opcode

Changed paths:
    engines/tsage/converse.cpp



diff --git a/engines/tsage/converse.cpp b/engines/tsage/converse.cpp
index 32a4861..49fc31d 100644
--- a/engines/tsage/converse.cpp
+++ b/engines/tsage/converse.cpp
@@ -99,8 +99,6 @@ void SequenceManager::signal() {
 		}
 
 		uint16 idx = static_cast<uint16>(getNextValue() - 32000);
-		if (idx > 34)
-			continue;
 
 		int16 v1, v2, v3;
 		switch (idx) {






More information about the Scummvm-git-logs mailing list