diff options
author | Torbjörn Andersson | 2013-07-19 21:19:03 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2013-07-19 21:19:03 +0200 |
commit | da17953c1298b8b6db86af42dd644bff01a5134c (patch) | |
tree | b5ad7cf72548ef69767359a6460359bc2724f9bd | |
parent | c44d6ae60cfd1d06d2431918fb74c9ba1bfeb32e (diff) | |
download | scummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.tar.gz scummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.tar.bz2 scummvm-rg350-da17953c1298b8b6db86af42dd644bff01a5134c.zip |
TONY: Remove debug message from last commit. Oops.
-rw-r--r-- | engines/tony/gfxcore.cpp | 1 |
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); } |