aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/slice_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/slice_renderer.h')
-rw-r--r--engines/bladerunner/slice_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/slice_renderer.h b/engines/bladerunner/slice_renderer.h
index aeca8c6c2d..bf00454cb1 100644
--- a/engines/bladerunner/slice_renderer.h
+++ b/engines/bladerunner/slice_renderer.h
@@ -104,7 +104,7 @@ public:
void getScreenRectangle(Common::Rect *screenRectangle, int animationId, int animationFrame, Vector3 position, float facing, float scale);
void drawInWorld(int animationId, int animationFrame, Vector3 position, float facing, float scale, Graphics::Surface &surface, uint16 *zbuffer);
- void drawOnScreen(int animationId, int animationFrame, int screenX, int screenY, float facing, float scale, Graphics::Surface &surface, uint16 *zbuffer);
+ void drawOnScreen(int animationId, int animationFrame, int screenX, int screenY, float facing, float scale, Graphics::Surface &surface);
void preload(int animationId);