forked from mirror/OpenTTD
(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17
This commit is contained in:
@@ -126,6 +126,13 @@ enum WindowClass {
|
||||
*/
|
||||
WC_CONFIRM_POPUP_QUERY,
|
||||
|
||||
/**
|
||||
* Popup with a set of buttons, designed to ask the user a question
|
||||
* from a GameScript. %Window numbers:
|
||||
* - 0 = #GoalQuestionWidgets
|
||||
*/
|
||||
WC_GOAL_QUESTION,
|
||||
|
||||
|
||||
/**
|
||||
* Saveload window; %Window numbers:
|
||||
|
Reference in New Issue
Block a user