aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/celer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/celer2.h')
-rw-r--r--engines/avalanche/celer2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/celer2.h b/engines/avalanche/celer2.h
index 19f1871cf7..88baa3df5e 100644
--- a/engines/avalanche/celer2.h
+++ b/engines/avalanche/celer2.h
@@ -92,7 +92,7 @@ private:
void display_it(int16 x, int16 y, int16 xl, int16 yl, flavourtype flavour, void *p);
- void display_it1(int16 xl, int16 yl, flavourtype flavour, void *p, int16 &xxx, int16 &yyy);
+ void display_it_at(int16 xl, int16 yl, flavourtype flavour, void *p, int16 &xxx, int16 &yyy);
};
} // End of namespace Avalanche.