From 495be470074a55c29ac6b721ff6c67cde5395608 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Tue, 19 Feb 2002 22:44:23 +0000 Subject: Removed the walkaround in 'wait text' since it's not required anymore svn-id: r3612 --- script_v1.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3