From 60c2c2867cb137bd2087d414e91d27a0f0ea0aee Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 7 Oct 2017 22:11:25 +0200 Subject: SCI: Change index inside workaround tables to an index range So that one can specify an entire range of temp variables by using just one single entry. --- engines/sci/engine/workarounds.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/engine/workarounds.h') diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h index a965a14a42..a462fddcaa 100644 --- a/engines/sci/engine/workarounds.h +++ b/engines/sci/engine/workarounds.h @@ -55,7 +55,8 @@ struct SciWorkaroundEntry { const char *objectName; const char *methodName; const uint16 *localCallSignature; - int index; + int fromIndex; + int toIndex; SciWorkaroundSolution newValue; }; -- cgit v1.2.3