diff --git a/string.cpp b/string.cpp index f57e01dfcac..62e90444215 100644 --- a/string.cpp +++ b/string.cpp @@ -446,7 +446,10 @@ void Scumm::drawString(int a) { _msgPtrToAdd++; } if(space) *space='\0'; - + if(_gameId==GID_ZAK256) { + debug(1, "DRAWSTRING: %s", buf); + return; + } if (charset._center) { charset._left -= charset.getStringWidth(a, buf, 0) >> 1; }