From fc005be4d9bb28c50f37db27c7ea0b6f5759cc49 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 20 Aug 2003 12:08:44 +0000 Subject: Remove my junk svn-id: r9797 --- scumm/costume.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm') diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 9089ec9fe4..d47dff5bb7 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -743,9 +743,6 @@ void CostumeRenderer::setPalette(byte *palette) { for (i = 0; i < 14; i++) { _palette[i] = palette[i]; } - warning("palette[12] is %d", palette[12]); - warning("_palette[12] is %d", _palette[12]); - } else if (_vm->_features & GF_OLD_BUNDLE) { if ((_vm->VAR(_vm->VAR_CURRENT_LIGHTS) & LIGHTMODE_actor_color)) { memcpy(_palette, palette, 16); -- cgit v1.2.3