diff options
author | truebrain <truebrain@openttd.org> | 2012-01-03 20:41:38 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2012-01-03 20:41:38 +0000 |
commit | d880056415cf6254e86a3038a8ed2d02f8af2267 (patch) | |
tree | cc4c207ce8ceaabfe6060bed1a5b308b2f8bd4fb /src/script/api | |
parent | ecb725b34b1b2772c67270a07d7b416c0752e7ce (diff) | |
download | openttd-d880056415cf6254e86a3038a8ed2d02f8af2267.tar.xz |
(svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly?
Diffstat (limited to 'src/script/api')
-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, |