diff options
-rw-r--r-- | script_v1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp index 23aa26cf57..e89b042c27 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -2269,7 +2269,6 @@ void Scumm::o5_wait() { break; return; case 2: /* wait for message */ - if (_gameId == GID_ZAK256) return; // FIXME: ZAK256 if (_vars[VAR_HAVE_MSG]) break; return; |