aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-09 22:26:00 +0000
committerMax Horn2003-05-09 22:26:00 +0000
commit54a9ad3204140aba204474d186058db627b2584d (patch)
treea4adfac9417bfa76f68c3a01348da93eb46979e7 /scumm/charset.cpp
parent18e1c5a80ad4f653fb597f948235ea8bfd77bb4f (diff)
downloadscummvm-rg350-54a9ad3204140aba204474d186058db627b2584d.tar.gz
scummvm-rg350-54a9ad3204140aba204474d186058db627b2584d.tar.bz2
scummvm-rg350-54a9ad3204140aba204474d186058db627b2584d.zip
super hackish mouse click support for Zak (doesn't do anything useful in MM yet; and in Zak, all clicks are for the scene, i.e. no verb clicks etc.)
svn-id: r7408
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 0099031dd3..487ce33fd5 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -324,8 +324,6 @@ static byte charsetDataV2[] = {
};
void CharsetRendererV2::setCurID(byte id) {
- printf("CharsetRendererV2::setCurID(%d)\n", id);
-
_nbChars = charsetDataV2[6];
_widthTable = charsetDataV2 + 8;
_fontPtr = charsetDataV2 + 8 + _nbChars;