diff options
-rw-r--r-- | scumm/script_v80he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index 6712e5b4ee..e4029b847e 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -428,7 +428,7 @@ void ScummEngine_v80he::o80_unknown4A() { if (slot >= _numArray) error("o80_unknown4A(%d): array slot out of range", slot); - _arraySlot[slot] = -1; + _arraySlot[slot] = 0xFFFFFFFF; } void ScummEngine_v80he::o80_readConfigFile() { |