diff options
author | Travis Howell | 2003-08-20 12:08:44 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-20 12:08:44 +0000 |
commit | fc005be4d9bb28c50f37db27c7ea0b6f5759cc49 (patch) | |
tree | 877225ad02e8b9ef0fdd9b2c7b0ddb0f833a2e20 /scumm | |
parent | 327d37ae78608770599a03d6afa5ea3496f470e7 (diff) | |
download | scummvm-rg350-fc005be4d9bb28c50f37db27c7ea0b6f5759cc49.tar.gz scummvm-rg350-fc005be4d9bb28c50f37db27c7ea0b6f5759cc49.tar.bz2 scummvm-rg350-fc005be4d9bb28c50f37db27c7ea0b6f5759cc49.zip |
Remove my junk
svn-id: r9797
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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); |