aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorTorbjörn Andersson2013-07-19 21:19:03 +0200
committerTorbjörn Andersson2013-07-19 21:19:03 +0200
commitda17953c1298b8b6db86af42dd644bff01a5134c (patch)
treeb5ad7cf72548ef69767359a6460359bc2724f9bd /engines/tony
parentc44d6ae60cfd1d06d2431918fb74c9ba1bfeb32e (diff)
downloadscummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.tar.gz
scummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.tar.bz2
scummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.zip
TONY: Remove debug message from last commit. Oops.
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/gfxcore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.cpp b/engines/tony/gfxcore.cpp
index d5002628e9..410f9b8971 100644
--- a/engines/tony/gfxcore.cpp
+++ b/engines/tony/gfxcore.cpp
@@ -1866,7 +1866,6 @@ void RMGfxSourceBuffer8RLEWordAA::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RM
}
int RMGfxSourceBuffer8RLEWordAA::init(const byte *buf, int dimx, int dimy, bool bLoadPalette) {
- debug("Hello!!!");
return RMGfxSourceBuffer8RLE::init(buf, dimx, dimy, bLoadPalette);
}