aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-13 23:48:02 -0500
committerPaul Gilbert2015-02-13 23:48:02 -0500
commit9b0b0cd9e747780ec32a3589343f0172c0237aa0 (patch)
tree91bb9140b2188acb1112551cc948305dd1457193 /engines/xeen/dialogs.h
parentd225bc4cb3364b2cc8fc0fcab96347cc91e93866 (diff)
downloadscummvm-rg350-9b0b0cd9e747780ec32a3589343f0172c0237aa0.tar.gz
scummvm-rg350-9b0b0cd9e747780ec32a3589343f0172c0237aa0.tar.bz2
scummvm-rg350-9b0b0cd9e747780ec32a3589343f0172c0237aa0.zip
XEEN: Implemented exchangeAttribute
Diffstat (limited to 'engines/xeen/dialogs.h')
-rw-r--r--engines/xeen/dialogs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h
index ba27fe97ec..02e945b665 100644
--- a/engines/xeen/dialogs.h
+++ b/engines/xeen/dialogs.h
@@ -66,7 +66,8 @@ public:
void restoreButtons();
- void addButton(const Common::Rect &bounds, int val, SpriteResource *sprites, bool draw = true);
+ void addButton(const Common::Rect &bounds, int val,
+ SpriteResource *sprites = nullptr, bool draw = true);
void addPartyButtons(XeenEngine *vm);
};