summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2012-01-03 20:28:28 +0000
committertruebrain <truebrain@openttd.org>2012-01-03 20:28:28 +0000
commitf4770d0b0abf9b648639f63c1ed4f35c22662c91 (patch)
treea8684d39b539733648cd77e1b9814e12b299efcb /src
parente40eb8177ac3ed5235ae13314032bb47095c13e9 (diff)
downloadopenttd-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
Diffstat (limited to 'src')
-rw-r--r--src/window_type.h2
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,