mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
fixed warning
svn-id: r12891
This commit is contained in:
parent
8cd11f33f4
commit
c1ee0aeb4f
@ -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…
Reference in New Issue
Block a user