From 8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f Mon Sep 17 00:00:00 2001 From: Kamil Zbróg Date: Thu, 5 Dec 2013 00:02:31 +0000 Subject: PRINCE: animation added --- engines/prince/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/prince/graphics.h') diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h index 884aac2c84..1766e2a04e 100644 --- a/engines/prince/graphics.h +++ b/engines/prince/graphics.h @@ -43,7 +43,7 @@ public: void setPalette(const byte *palette); void draw(uint16 x, uint16 y, const Graphics::Surface *s); - void drawTransparent(const Graphics::Surface *s); + void drawTransparent(uint16 x, uint16 y, const Graphics::Surface *s); Graphics::Surface *_frontScreen; Graphics::Surface *_backScreen; -- cgit v1.2.3