aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.cpp
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.cpp
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.cpp')
-rw-r--r--engines/xeen/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs.cpp b/engines/xeen/dialogs.cpp
index 8e8e7521cb..c677fc8efb 100644
--- a/engines/xeen/dialogs.cpp
+++ b/engines/xeen/dialogs.cpp
@@ -46,7 +46,7 @@ void ButtonContainer::restoreButtons() {
_buttons = _savedButtons.pop();
}
-void ButtonContainer::addButton(const Common::Rect &bounds, int val, SpriteResource *sprites, bool draw = true) {
+void ButtonContainer::addButton(const Common::Rect &bounds, int val, SpriteResource *sprites, bool draw) {
_buttons.push_back(UIButton(bounds, val, sprites, draw));
}