aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-06 19:09:07 -0500
committerPaul Gilbert2015-01-06 19:09:07 -0500
commit31f4f5b843400531d3e091ae0eb673d6dacc227d (patch)
treea64ca3f6d284a0b5d2f57f88d74d1f966967d799 /engines/xeen/dialogs.h
parenteb0c292aafc9b1b819ab1f43d4ec3a059842e96a (diff)
downloadscummvm-rg350-31f4f5b843400531d3e091ae0eb673d6dacc227d.tar.gz
scummvm-rg350-31f4f5b843400531d3e091ae0eb673d6dacc227d.tar.bz2
scummvm-rg350-31f4f5b843400531d3e091ae0eb673d6dacc227d.zip
XEEN: More interface setup and UI button definitions
Diffstat (limited to 'engines/xeen/dialogs.h')
-rw-r--r--engines/xeen/dialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h
index 987df6b2f1..229c40a2da 100644
--- a/engines/xeen/dialogs.h
+++ b/engines/xeen/dialogs.h
@@ -66,7 +66,7 @@ public:
void restoreButtons();
- void addButton(const Common::Rect &bounds, int val, SpriteResource *sprites, bool draw);
+ void addButton(const Common::Rect &bounds, int val, SpriteResource *sprites, bool draw = true);
};
class SettingsBaseDialog : public ButtonContainer {