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 7d5f12f20f..f1a6678fad 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -57,7 +57,7 @@ public:
void drawBar(int16 x1, int16 y1, int16 x2, int16 y2, int16 color);
// Must free the returened pointer!!!
- Graphics::Surface *readImage(Common::File &f);
+ Graphics::Surface *readImage(const byte *source);
void copySurface(const Graphics::Surface &source, uint16 destX, uint16 destY);