aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 5681e3c615..0007389ec9 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -1180,15 +1180,7 @@ void BigPicture::draw(int x, int y, int style, int angle) {
if (y != -1)
ny = y;
- if (_alpha < 0xFF) {
- //vrtSetAlphaBlendMode(g_vrtDrawHandle, 1, v9);
- }
-
- _bitmap->putDib(nx, ny, 0, 0xff);
-
- if (_alpha < 0xFF) {
- //vrtSetAlphaBlendMode(g_vrtDrawHandle, 0, 255);
- }
+ _bitmap->putDib(nx, ny, 0, _alpha);
}
}