aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
authorMax Horn2003-04-12 19:51:43 +0000
committerMax Horn2003-04-12 19:51:43 +0000
commitbfb5b19758684741a07095987fb004edc1f3a4c4 (patch)
tree7b17bc0f7dbef9540846b2a64a276e7076d79267 /scumm/costume.cpp
parent951e5cfe982eb6df8b6ac99018ee89ded352c1c8 (diff)
downloadscummvm-rg350-bfb5b19758684741a07095987fb004edc1f3a4c4.tar.gz
scummvm-rg350-bfb5b19758684741a07095987fb004edc1f3a4c4.tar.bz2
scummvm-rg350-bfb5b19758684741a07095987fb004edc1f3a4c4.zip
oops
svn-id: r6995
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 87f38ec3bc..239a29b7c0 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -1184,9 +1184,6 @@ void CostumeRenderer::proc_special(byte mask2) {
void LoadedCostume::loadCostume(int id) {
_ptr = _vm->getResourceAddress(rtCostume, id);
-printf("Costume %d:\n", id);
-hexdump(_ptr, 0x40);
-
if (_vm->_features & GF_AFTER_V6)
_ptr += 8;
else if (_vm->_features & GF_OLD_BUNDLE)