aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/graphics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index aab35f8562..2f6b0ad3b8 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -306,8 +306,6 @@ void Gfx::floodFill(Gfx::Buffers buffer, const Common::Rect& r, byte color) {
d += SCREEN_WIDTH;
}
- if (buffer == kBitFront) updateScreen();
-
return;
}
@@ -350,8 +348,6 @@ void Gfx::flatBlit(const Common::Rect& r, byte *data, Gfx::Buffers buffer) {
d += (SCREEN_WIDTH - q.width());
}
- if (buffer == kBitFront) updateScreen();
-
return;
}
@@ -389,8 +385,6 @@ void Gfx::blit(const Common::Rect& r, uint16 z, byte *data, Gfx::Buffers buffer)
d += (SCREEN_WIDTH - q.right + q.left);
}
- if (buffer == kBitFront) updateScreen();
-
return;
}