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 80f79130bf..4682ca67f8 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -73,7 +73,7 @@ public:
void drawSprite(const SpriteInfo &sprite, byte picnum, int16 x, int16 y);
- void copySurface(const byte *source, uint16 destX, uint16 destY);
+ void drawPicture(const byte *source, uint16 destX, uint16 destY);
void refreshScreen();