mirror of https://github.com/OpenTTD/OpenTTD
(svn r22616) -Codechange: Fix typo.
parent
4e5534f85e
commit
56a41a8852
|
@ -251,7 +251,7 @@ static void ShowAIListWindow(CompanyID slot)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Enum referring to the widgets of the AI settings window */
|
/** Enum referring to the widgets of the AI settings window */
|
||||||
enum AISettingsWindowWidgest {
|
enum AISettingsWindowWidgets {
|
||||||
AIS_WIDGET_BACKGROUND, ///< Panel to draw the settings on
|
AIS_WIDGET_BACKGROUND, ///< Panel to draw the settings on
|
||||||
AIS_WIDGET_SCROLLBAR, ///< Scrollbar to scroll through all settings
|
AIS_WIDGET_SCROLLBAR, ///< Scrollbar to scroll through all settings
|
||||||
AIS_WIDGET_ACCEPT, ///< Accept button
|
AIS_WIDGET_ACCEPT, ///< Accept button
|
||||||
|
|
Loading…
Reference in New Issue