fixed warning
svn-id: r12891
This commit is contained in:
parent
8cd11f33f4
commit
c1ee0aeb4f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue