aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/mads_menus.h')
-rw-r--r--engines/m4/mads_menus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/m4/mads_menus.h b/engines/m4/mads_menus.h
index 1e63cf8bab..e964c5866d 100644
--- a/engines/m4/mads_menus.h
+++ b/engines/m4/mads_menus.h
@@ -41,6 +41,8 @@ enum MadsLayers {LAYER_GUI = 19};
class RexMainMenuView : public View {
private:
+ Common::Point _menuItemPosList[6];
+private:
M4Surface *_bgSurface;
RGBList *_bgPalData;
int _menuItemIndex;
@@ -63,6 +65,8 @@ public:
class DragonMainMenuView : public View {
private:
+ Common::Point _menuItemPosList[6];
+private:
//M4Surface *_bgSurface;
RGBList *_bgPalData;
int _menuItemIndex;