aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-30 14:32:01 +0000
committerTravis Howell2005-03-30 14:32:01 +0000
commit644bced723ad9820fa26e7469391e62ae25dae5c (patch)
tree8a2e2a36bd7b78a70a0caf6b72e3b6fe7f40021c /scumm/wiz_he.cpp
parentb93b50809a302c994f36bea82a4178e5e9ca61dc (diff)
downloadscummvm-rg350-644bced723ad9820fa26e7469391e62ae25dae5c.tar.gz
scummvm-rg350-644bced723ad9820fa26e7469391e62ae25dae5c.tar.bz2
scummvm-rg350-644bced723ad9820fa26e7469391e62ae25dae5c.zip
*** empty log message ***
svn-id: r17295
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r--scumm/wiz_he.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp
index 625fae3655..a1cda1d065 100644
--- a/scumm/wiz_he.cpp
+++ b/scumm/wiz_he.cpp
@@ -323,9 +323,6 @@ void Wiz::copyRawWizImage(uint8 *dst, const uint8 *src, int dstw, int dsth, int
}
void Wiz::decompressWizImage(uint8 *dst, int dstPitch, const Common::Rect &dstRect, const uint8 *src, const Common::Rect &srcRect, const uint8 *imagePal) {
- printf("SRC left %d right %d top %d bottom %d\n", srcRect.left, srcRect.right, srcRect.top, srcRect.bottom);
- printf("DST left %d right %d top %d bottom %d\n", dstRect.left, dstRect.right, dstRect.top, dstRect.bottom);
-
const uint8 *dataPtr, *dataPtrNext;
uint8 *dstPtr, *dstPtrNext;
uint32 code;