aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 22586e4c01..b3fed26413 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -170,6 +170,7 @@ public:
int _curPage;
uint8 *_currentPalette;
uint8 *_shapePages[2];
+ FontId _currentFont;
const ScreenDim *_curDim;
@@ -186,7 +187,6 @@ private:
uint8 *_saveLoadPage[8];
uint8 *_screenPalette;
uint8 *_palettes[3];
- FontId _currentFont;
Font _fonts[FID_NUM];
uint8 _textColorsMap[16];
uint8 *_decodeShapeBuffer;