mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
Need throughout puttmoon
svn-id: r14811
This commit is contained in:
parent
d552e6d8ea
commit
3d7955dab7
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user