aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index ec206af1db..d049339dee 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -219,6 +219,7 @@ public:
Spare *_spare;
CommandHandler *_commandHandler;
CommandHandler *_commandHandlerTurbo;
+ Font *_font;
InfoLine *_infoLine;
Mouse *_mouse;
Keyboard *_keyboard;
@@ -229,7 +230,6 @@ public:
Sprite *_vol[2];
EventManager *_eventManager;
Sprite *_blinkSprite;
- Font *_font;
private:
void init();
void deinit();