aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_menus.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-05-15 00:42:56 +0000
committerPaul Gilbert2010-05-15 00:42:56 +0000
commit86bfccb842cc17f3eb0845b238c92f778ccf890a (patch)
tree2e78aacf71c51f59997f6963f7b35034a3a467bc /engines/m4/mads_menus.h
parente91df69eb64d9e3ef7d02aa2423e3fbc96dc8aef (diff)
downloadscummvm-rg350-86bfccb842cc17f3eb0845b238c92f778ccf890a.tar.gz
scummvm-rg350-86bfccb842cc17f3eb0845b238c92f778ccf890a.tar.bz2
scummvm-rg350-86bfccb842cc17f3eb0845b238c92f778ccf890a.zip
Removed use of globally constructed menu item position lists
svn-id: r49035
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;