diff options
-rw-r--r-- | src/script/api/script_window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp index 342a243d1..47f9963c6 100644 --- a/src/script/api/script_window.hpp +++ b/src/script/api/script_window.hpp @@ -194,12 +194,12 @@ public: */ WC_CONFIRM_POPUP_QUERY = ::WC_CONFIRM_POPUP_QUERY, - /** + /** * Popup with a set of buttons, designed to ask the user a question * from a GameScript. %Window numbers: * - uniqueid = #GoalQuestionWidgets */ - WC_GOAL_QUESTION, + WC_GOAL_QUESTION, |