aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/game.h')
-rw-r--r--engines/cge/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/game.h b/engines/cge/game.h
index 7892b1c93f..fb4dad6fae 100644
--- a/engines/cge/game.h
+++ b/engines/cge/game.h
@@ -44,7 +44,7 @@ int Sinus(long x);
uint8 *Glass(DAC *pal, uint8 r, uint8 g, uint8 b);
uint8 *Mark(DAC *pal);
-class FLY : public SPRITE {
+class FLY : public Sprite {
static int L, T, R, B;
public:
int Tx, Ty;