diff options
author | Johannes Schickel | 2010-01-04 18:33:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-04 18:33:31 +0000 |
commit | 590a687ce14964ab06f34830f2e8f8bfedefbce1 (patch) | |
tree | 334867ae8efe908971e59da65d333b9d94c5efe4 /engines | |
parent | 97fc845a078293c1de1faf1ab72c98bd898e0d8b (diff) | |
download | scummvm-rg350-590a687ce14964ab06f34830f2e8f8bfedefbce1.tar.gz scummvm-rg350-590a687ce14964ab06f34830f2e8f8bfedefbce1.tar.bz2 scummvm-rg350-590a687ce14964ab06f34830f2e8f8bfedefbce1.zip |
Comment out unused variable.
svn-id: r46982
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/gui/gui_palette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_palette.cpp b/engines/sci/gui/gui_palette.cpp index 320221b1aa..977f63e4f9 100644 --- a/engines/sci/gui/gui_palette.cpp +++ b/engines/sci/gui/gui_palette.cpp @@ -299,7 +299,7 @@ void SciGuiPalette::setIntensity(uint16 fromColor, uint16 toColor, uint16 intens // Returns true, if palette got changed bool SciGuiPalette::animate(byte fromColor, byte toColor, int speed) { GuiColor col; - byte colorNr; + //byte colorNr; int16 colorCount; uint32 now = g_system->getMillis() * 60 / 1000; |