diff options
-rw-r--r-- | script_v1.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script_v1.cpp b/script_v1.cpp index 51362bc9d9..90c453f7bd 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -2087,9 +2087,6 @@ void Scumm::o5_saveRestoreVerbs() switch (_opcode) { case 1: /* hide verbs */ - if (_gameId == GID_ZAK256) // FIXME? - return; - while (a <= b) { slot = getVerbSlot(a, 0); if (slot && _verbs[slot].saveid == 0) { |