1
0
Fork 0

(svn r23736) -Document: document correctly that WC_GOAL_QUESTION has a WindowNumber which is identical to the uniqueid given by the GameScript

release/1.2
truebrain 2012-01-03 20:28:28 +00:00
parent e40eb8177a
commit f4770d0b0a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ enum WindowClass {
/** /**
* Popup with a set of buttons, designed to ask the user a question * Popup with a set of buttons, designed to ask the user a question
* from a GameScript. %Window numbers: * from a GameScript. %Window numbers:
* - 0 = #GoalQuestionWidgets * - uniqueid = #GoalQuestionWidgets
*/ */
WC_GOAL_QUESTION, WC_GOAL_QUESTION,