mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 17:09:10 +00:00
(svn r22616) -Codechange: Fix typo.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user