diff options
-rw-r--r-- | engines/sci/gui32/gui32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui32/gui32.cpp b/engines/sci/gui32/gui32.cpp index ec08eaee74..53ef01233d 100644 --- a/engines/sci/gui32/gui32.cpp +++ b/engines/sci/gui32/gui32.cpp @@ -734,7 +734,7 @@ void SciGui32::paletteSetIntensity(int fromColor, int toColor, int intensity, bo } void SciGui32::paletteAnimate(int fromColor, int toColor, int speed) { - warning("STUB"); + //warning("STUB"); } int16 SciGui32::onControl(byte screenMask, Common::Rect rect) { |