diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-08 01:39:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-08 01:41:16 +0300 |
commit | 1319e54e6a7dab30ce2f95b0301964c53afe9e58 (patch) | |
tree | 2fa6ed8e3c5ba0f4255d9d89beb2a4941dcfea5d /src/gui/questswindow.h | |
parent | d27fa21ab9363eb22f5077e085c54332da05899f (diff) | |
download | mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.gz mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.bz2 mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.xz mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.zip |
Play sound on getting new quest and complete quest.
New items for paths.xml:
newQuestSfx and completeQuestSfx.
Diffstat (limited to 'src/gui/questswindow.h')
-rw-r--r-- | src/gui/questswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/questswindow.h b/src/gui/questswindow.h index 5b7babb5d..0c4d5789e 100644 --- a/src/gui/questswindow.h +++ b/src/gui/questswindow.h @@ -59,7 +59,7 @@ class QuestsWindow : public Window, public gcn::ActionListener void updateQuest(int var, int val); - void rebuild(); + void rebuild(bool playSound); void showQuest(QuestItem *quest); |