mirror of https://github.com/OpenTTD/OpenTTD
(svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly?
parent
ecb725b34b
commit
d880056415
|
@ -194,12 +194,12 @@ public:
|
||||||
*/
|
*/
|
||||||
WC_CONFIRM_POPUP_QUERY = ::WC_CONFIRM_POPUP_QUERY,
|
WC_CONFIRM_POPUP_QUERY = ::WC_CONFIRM_POPUP_QUERY,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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:
|
||||||
* - uniqueid = #GoalQuestionWidgets
|
* - uniqueid = #GoalQuestionWidgets
|
||||||
*/
|
*/
|
||||||
WC_GOAL_QUESTION,
|
WC_GOAL_QUESTION,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue