REmove now unneeded assert as MM NES may pass zero ptr to box which
should be ignored. svn-id: r18191
This commit is contained in:
parent
6da7fa0dcc
commit
5eaedacce6
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ void ScummEngine::setBoxFlags(int box, int val) {
|
||||||
_extraBoxFlags[box] = val;
|
_extraBoxFlags[box] = val;
|
||||||
} else {
|
} else {
|
||||||
Box *ptr = getBoxBaseAddr(box);
|
Box *ptr = getBoxBaseAddr(box);
|
||||||
assert(ptr);
|
|
||||||
if (!ptr)
|
if (!ptr)
|
||||||
return;
|
return;
|
||||||
if (_version == 8)
|
if (_version == 8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue