erik's fix for the airplane bug in Indy3

svn-id: r7318
This commit is contained in:
Max Horn 2003-05-04 13:50:28 +00:00
parent 4ba32812aa
commit 5c3046ae98

View File

@ -1968,7 +1968,7 @@ void Scumm_v5::o5_setVarRange() {
a = fetchScriptByte();
do {
if (_opcode & 0x80)
b = fetchScriptWord();
b = fetchScriptWordSigned();
else
b = fetchScriptByte();