diff options
Diffstat (limited to 'string.cpp')
-rw-r--r-- | string.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/string.cpp b/string.cpp index 99574cc054..8b622f1ba8 100644 --- a/string.cpp +++ b/string.cpp @@ -185,6 +185,9 @@ void Scumm::CHARSET_1() { Actor *a; byte *buffer; + if(_gameId==GID_ZAK256) + return; + #if !defined(FULL_THROTTLE) if (!_haveMsg || (camera._dest.x>>3) != (camera._cur.x>>3) || camera._cur.x != camera._last.x |