From 8e1d3aa939d76cd91cbeb5544674da627ffb6428 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 14 Sep 2004 12:55:48 +0000 Subject: Avoid warning svn-id: r15117 --- scumm/script_v80he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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() { -- cgit v1.2.3