aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-18 22:11:59 -0500
committerPaul Gilbert2015-02-18 22:11:59 -0500
commit4c420a70be9124c224723a787d2335053f4986fe (patch)
treebc0378abd635505baee07c44623b34f7e3c93af2 /engines/xeen/dialogs.h
parentcd5bc0ec7ec7652a39d550aea4f387eec45fa382 (diff)
downloadscummvm-rg350-4c420a70be9124c224723a787d2335053f4986fe.tar.gz
scummvm-rg350-4c420a70be9124c224723a787d2335053f4986fe.tar.bz2
scummvm-rg350-4c420a70be9124c224723a787d2335053f4986fe.zip
XEEN: Fix drawing buttons in Spells dialog when switching character
Diffstat (limited to 'engines/xeen/dialogs.h')
-rw-r--r--engines/xeen/dialogs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h
index e2d8bc929c..c04b680ff1 100644
--- a/engines/xeen/dialogs.h
+++ b/engines/xeen/dialogs.h
@@ -55,8 +55,6 @@ protected:
void doScroll(XeenEngine *vm, bool drawFlag, bool doFade);
bool checkEvents(XeenEngine *vm);
-
- void drawButtons(XSurface *surface);
public:
ButtonContainer() : _buttonValue(0) {}
@@ -71,6 +69,8 @@ public:
void addButton(const Common::Rect &bounds, int val);
void addPartyButtons(XeenEngine *vm);
+
+ void drawButtons(XSurface *surface);
};
class SettingsBaseDialog : public ButtonContainer {