Skip to content

Commit 08c31c4

Browse files
committed
GOB: Fix incorrect display of variables indexes beyond 32768
1 parent 9b0d1f7 commit 08c31c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/gob/degob_script.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ std::string Script::readVarIndex(uint16 *arg_0, uint16 *arg_4) {
618618
int16 dim;
619619
int16 dimCount;
620620
int16 operation;
621-
int16 temp;
621+
uint16 temp;
622622

623623
operation = readUint8();
624624

0 commit comments

Comments
 (0)