fixed warning

svn-id: r12891
This commit is contained in:
Paweł Kołodziejski 2004-02-14 17:01:28 +00:00
parent 8cd11f33f4
commit c1ee0aeb4f

View File

@ -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);