diff options
author | Max Horn | 2003-04-12 02:39:16 +0000 |
---|---|---|
committer | Max Horn | 2003-04-12 02:39:16 +0000 |
commit | b015b07d220b4c2f00f7e541f26143f6cf46b3e5 (patch) | |
tree | 04d950f3d490c60e1bf1088d7d64196a2563466e | |
parent | b89a2ca142898f725319cd0ad447349802de04ce (diff) | |
download | scummvm-rg350-b015b07d220b4c2f00f7e541f26143f6cf46b3e5.tar.gz scummvm-rg350-b015b07d220b4c2f00f7e541f26143f6cf46b3e5.tar.bz2 scummvm-rg350-b015b07d220b4c2f00f7e541f26143f6cf46b3e5.zip |
oops, forgot debug output
svn-id: r6979
-rw-r--r-- | scumm/gfx.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 3bfc442d29..27c5b51fc3 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -842,9 +842,6 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int h, bool lightsOn; bool useOrDecompress; -printf("drawBitmap (%d, %d, %d)\n", x, y, h); -hexdump(ptr, 0x40); - // Check whether lights are turned on or not lightsOn = (_vm->_features & GF_AFTER_V6) || (vs->number != 0) || (_vm->_vars[_vm->VAR_CURRENT_LIGHTS] & LIGHTMODE_screen); |