aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui.h')
-rw-r--r--engines/kyra/gui.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/kyra/gui.h b/engines/kyra/gui.h
index 8115d91e7a..2ee764bfbe 100644
--- a/engines/kyra/gui.h
+++ b/engines/kyra/gui.h
@@ -27,6 +27,7 @@
#define KYRA_GUI_H
#include "kyra/kyra_v1.h"
+#include "kyra/screen.h"
#include "common/ptr.h"
#include "common/array.h"
@@ -217,11 +218,13 @@ public:
};
struct StaticData {
- const char *strings[4];
+ const char *strings[5];
- uint8 menuTable[11];
+ uint8 menuTable[7];
uint8 colorTable[4];
- uint8 colorNormal, colorFlash;
+
+ Screen::FontId font;
+ uint8 altColor;
};
void init(StaticData data, Animation anim);