summaryrefslogtreecommitdiff
path: root/src/gui/questswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/questswindow.h')
-rw-r--r--src/gui/questswindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/questswindow.h b/src/gui/questswindow.h
index b4a46aafc..884b488c4 100644
--- a/src/gui/questswindow.h
+++ b/src/gui/questswindow.h
@@ -83,6 +83,8 @@ class QuestsWindow final : public Window, public gcn::ActionListener
std::vector<QuestItem*> mQuestLinks;
Image *mCompleteIcon;
Image *mIncompleteIcon;
+ int mNewQuestEffectId;
+ int mCompleteQuestEffectId;
};
extern QuestsWindow *questsWindow;