svn-id: r6995
This commit is contained in:
Max Horn 2003-04-12 19:51:43 +00:00
parent 951e5cfe98
commit bfb5b19758

View File

@ -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)