Skip to content

Commit

Permalink
GOB: Fix incorrect display of variables indexes beyond 32768
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamarre committed Sep 30, 2023
1 parent 9b0d1f7 commit 08c31c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/gob/degob_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ std::string Script::readVarIndex(uint16 *arg_0, uint16 *arg_4) {
int16 dim;
int16 dimCount;
int16 operation;
int16 temp;
uint16 temp;

operation = readUint8();

Expand Down

0 comments on commit 08c31c4

Please sign in to comment.