mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
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.
This commit is contained in:
parent
7d037495be
commit
60c2c2867c
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,8 @@ struct SciWorkaroundEntry {
|
||||
const char *objectName;
|
||||
const char *methodName;
|
||||
const uint16 *localCallSignature;
|
||||
int index;
|
||||
int fromIndex;
|
||||
int toIndex;
|
||||
SciWorkaroundSolution newValue;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user