mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
erik's fix for the airplane bug in Indy3
svn-id: r7318
This commit is contained in:
parent
4ba32812aa
commit
5c3046ae98
@ -1968,7 +1968,7 @@ void Scumm_v5::o5_setVarRange() {
|
||||
a = fetchScriptByte();
|
||||
do {
|
||||
if (_opcode & 0x80)
|
||||
b = fetchScriptWord();
|
||||
b = fetchScriptWordSigned();
|
||||
else
|
||||
b = fetchScriptByte();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user