aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index a69b168ffc..9646cce2a3 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -354,8 +354,8 @@ void ScummEngine::nukeArrays(int script) {
if (_heversion < 60 || !script)
return;
- //FIXME Nukes wrong arrays in fbear
- if (_gameId == GID_FBEAR)
+ //FIXME Nukes wrong arrays in other
+ if (_gameId != GID_PUTTMOON)
return;
for (i = 1; i < _numArray; i++) {