aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/celer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/celer.h')
-rw-r--r--engines/avalanche/celer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/celer.h b/engines/avalanche/celer.h
index 47a11bfad4..538a765956 100644
--- a/engines/avalanche/celer.h
+++ b/engines/avalanche/celer.h
@@ -51,7 +51,7 @@ public:
// Setting the destination to negative coordinates means the picture should be drawn to it's original position.
// If you give it positive values, the picture will be plotted to the desired coordinates on the screen.
// By that we get rid of show_one_at(), which would be almost identical and cause a lot of code duplication.
- void drawBackgroundSprite(int16 destX, int16 destY, byte which);
+ void drawBackgroundSprite(int16 destX, int16 destY, byte sprId);
private:
enum PictureType {kEga, kBgi, kNaturalImage};