From bfb5b19758684741a07095987fb004edc1f3a4c4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 12 Apr 2003 19:51:43 +0000 Subject: oops svn-id: r6995 --- scumm/costume.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm/costume.cpp') 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) -- cgit v1.2.3