aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index bbec2d8280..8dae889123 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -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++) {