diff options
author | truebrain <truebrain@openttd.org> | 2012-01-03 20:28:28 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2012-01-03 20:28:28 +0000 |
commit | f4770d0b0abf9b648639f63c1ed4f35c22662c91 (patch) | |
tree | a8684d39b539733648cd77e1b9814e12b299efcb | |
parent | e40eb8177ac3ed5235ae13314032bb47095c13e9 (diff) | |
download | openttd-f4770d0b0abf9b648639f63c1ed4f35c22662c91.tar.xz |
(svn r23736) -Document: document correctly that WC_GOAL_QUESTION has a WindowNumber which is identical to the uniqueid given by the GameScript
-rw-r--r-- | src/window_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h index 517601e11..e5a9f8503 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -129,7 +129,7 @@ enum WindowClass { /** * Popup with a set of buttons, designed to ask the user a question * from a GameScript. %Window numbers: - * - 0 = #GoalQuestionWidgets + * - uniqueid = #GoalQuestionWidgets */ WC_GOAL_QUESTION, |