diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index dc321af73b..3ef3b59cba 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -3115,7 +3115,7 @@ void ScummEngine_v6::o6_unknownE1() { void ScummEngine_v6::o6_unknownE4() { int arg = pop(); const byte *room = getResourceAddress(rtRoom, _roomResource); - const byte *boxd, *boxm; + const byte *boxd = NULL, *boxm = NULL; int32 dboxSize, mboxSize; ResourceIterator boxds(room, false); |