aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graph.h')
-rw-r--r--engines/avalanche/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/graph.h b/engines/avalanche/graph.h
index 01be7b18d4..bd3418e005 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -75,7 +75,7 @@ public:
void drawLine(int x0, int y0, int x1, int y1, uint32 color);
- void drawSprite(const SpriteInfo &sprite);
+ void drawSprite(const SpriteInfo &sprite, byte picnum, int16 x, int16 y);
// Must free the returned pointer!!!
Graphics::Surface *readImage(const byte *source);