aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-08-04 01:57:50 +0000
committerTravis Howell2008-08-04 01:57:50 +0000
commit3f180a4c3f14112f62114c7c63e990144031efd3 (patch)
tree79ef04cc08ebb7475f1ec9fe0340db6aec9535e5 /engines/scumm/charset.cpp
parent4d5df949c7ee7066fca39b714ecdb4679fe9b629 (diff)
downloadscummvm-rg350-3f180a4c3f14112f62114c7c63e990144031efd3.tar.gz
scummvm-rg350-3f180a4c3f14112f62114c7c63e990144031efd3.tar.bz2
scummvm-rg350-3f180a4c3f14112f62114c7c63e990144031efd3.zip
Remove debug left over.
svn-id: r33596
Diffstat (limited to 'engines/scumm/charset.cpp')
-rw-r--r--engines/scumm/charset.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp
index 0728942671..609aca996d 100644
--- a/engines/scumm/charset.cpp
+++ b/engines/scumm/charset.cpp
@@ -297,7 +297,6 @@ void CharsetRendererCommon::setCurID(int32 id) {
_curId = id;
- debug(0, "boo %d", id);
_fontPtr = _vm->getResourceAddress(rtCharset, id);
if (_fontPtr == 0)
error("CharsetRendererCommon::setCurID: charset %d not found!", id);