diff options
-rw-r--r-- | engines/fullpipe/statics.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp index 620cb50788..d976e2ff59 100644 --- a/engines/fullpipe/statics.cpp +++ b/engines/fullpipe/statics.cpp @@ -538,11 +538,6 @@ void Movement::draw(bool flipFlag, int angle) { if (_currDynamicPhase->getPaletteData()) g_fp->_globalPalette = _currDynamicPhase->getPaletteData(); - if (_currDynamicPhase->getAlpha() < 0xFF) { - warning("Movement::draw: alpha < 0xff: %d", _currDynamicPhase->getAlpha()); - //vrtSetAlphaBlendMode(g_vrtDrawHandle, 1, _currDynamicPhase->getAlpha()); - } - Bitmap *bmp; if (_currMovement) { bmp = _currDynamicPhase->getPixelData()->reverseImage(); |