aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
authorKamil Zbróg2013-12-05 00:02:31 +0000
committerKamil Zbróg2013-12-05 00:02:31 +0000
commit8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f (patch)
tree0bf73c3bb86ecbf302db281a7963df1bdcd8749a /engines/prince/graphics.h
parent69a58457744c662930f5f19b90d95d7647d580b2 (diff)
downloadscummvm-rg350-8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f.tar.gz
scummvm-rg350-8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f.tar.bz2
scummvm-rg350-8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f.zip
PRINCE: animation added
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h2
1 files changed, 1 insertions, 1 deletions
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;