From b015b07d220b4c2f00f7e541f26143f6cf46b3e5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 12 Apr 2003 02:39:16 +0000 Subject: oops, forgot debug output svn-id: r6979 --- scumm/gfx.cpp | 3 --- 1 file changed, 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); -- cgit v1.2.3