erik's fix for the airplane bug in Indy3
svn-id: r7318
This commit is contained in:
parent
4ba32812aa
commit
5c3046ae98
1 changed files with 1 additions and 1 deletions
|
@ -1968,7 +1968,7 @@ void Scumm_v5::o5_setVarRange() {
|
|||
a = fetchScriptByte();
|
||||
do {
|
||||
if (_opcode & 0x80)
|
||||
b = fetchScriptWord();
|
||||
b = fetchScriptWordSigned();
|
||||
else
|
||||
b = fetchScriptByte();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue