aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index 074031f55d..f1dbe4a0e0 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -76,7 +76,7 @@ public:
byte *getPixel(int16 x, int16 y);
- void drawFrame(int16 x1, int16 y1, int16 x2, int16 y2, int16 color); // Solely for testing purposes!
+ void drawFrame(int16 x1, int16 y1, int16 x2, int16 y2, int16 color);
void drawBar(int16 x1, int16 y1, int16 x2, int16 y2, int16 color);