Need throughout puttmoon

svn-id: r14811
This commit is contained in:
Travis Howell 2004-08-28 12:01:28 +00:00
parent d552e6d8ea
commit 3d7955dab7

View File

@ -355,8 +355,8 @@ void ScummEngine::nukeArrays(int script) {
return;
//FIXME Should be used all the time
// Limited to only location in puttmoon that requires it
if (!(_gameId == GID_PUTTMOON && _roomResource == 22))
// Only required in puttmoon
if (_gameId != GID_PUTTMOON)
return;
for (i = 1; i < _numArray; i++) {