changeset 18887:ba181278c6a7 draft

(svn r23736) -Document: document correctly that WC_GOAL_QUESTION has a WindowNumber which is identical to the uniqueid given by the GameScript
author truebrain <truebrain@openttd.org>
date Tue, 03 Jan 2012 20:28:28 +0000
parents 8d78f45313bf
children 83d5d5d0f5c7
files src/window_type.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -129,7 +129,7 @@
 	/**
 	 * 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,