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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cge/game.h b/engines/cge/game.h
index 1d65d0c767..7892b1c93f 100644
--- a/engines/cge/game.h
+++ b/engines/cge/game.h
@@ -48,8 +48,10 @@ class FLY : public SPRITE {
static int L, T, R, B;
public:
int Tx, Ty;
- FLY(BITMAP **shpl);
+ FLY(CGEEngine *vm, BITMAP **shpl);
void Tick(void);
+private:
+ CGEEngine *_vm;
};
} // End of namespace CGE