From 2ae44b5d3c42c587f6f376b71b6280ae6fdff70c Mon Sep 17 00:00:00 2001 From: James Brown Date: Thu, 14 Feb 2002 15:48:54 +0000 Subject: [PATCH] Another quick Zak hack.. until charsets work, anyway. svn-id: r3579 --- string.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }