Another quick Zak hack.. until charsets work, anyway.
svn-id: r3579
This commit is contained in:
parent
72d4b02cb0
commit
2ae44b5d3c
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue