mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r13646) -Change: typos and miss-aligned enum values
This commit is contained in:
parent
3e5f10fca6
commit
de86235274
@ -55,7 +55,7 @@ RoadType _last_built_roadtype;
|
|||||||
/** This enum gathers properties of both toolbars */
|
/** This enum gathers properties of both toolbars */
|
||||||
enum ToolBarProperties {
|
enum ToolBarProperties {
|
||||||
TBP_BUTTONWIDTH = 22, ///< width of a button
|
TBP_BUTTONWIDTH = 22, ///< width of a button
|
||||||
TBP_BUTTONHEIGHT = 22, ///< height of a button, but hwight of the toolbar too
|
TBP_BUTTONHEIGHT = 22, ///< height of a button as well as the toolbars
|
||||||
TBP_DATEPANELWIDTH = 130, ///< used in scenario editor to calculate width of the toolbar.
|
TBP_DATEPANELWIDTH = 130, ///< used in scenario editor to calculate width of the toolbar.
|
||||||
|
|
||||||
TBP_TOOLBAR_MINBUTTON = 14, ///< references both toolbars
|
TBP_TOOLBAR_MINBUTTON = 14, ///< references both toolbars
|
||||||
@ -123,7 +123,7 @@ enum ToolbarScenEditorWidgets {
|
|||||||
|
|
||||||
/** The idea of this enum is to allow a separation between widget position
|
/** The idea of this enum is to allow a separation between widget position
|
||||||
* and _menu_clicked_procs's entry. By shifting, the "action" id is extracted and
|
* and _menu_clicked_procs's entry. By shifting, the "action" id is extracted and
|
||||||
* kept safe for usage when reuired.
|
* kept safe for usage when required.
|
||||||
* @see ToolbarMenuWindow::OnMouseLoop */
|
* @see ToolbarMenuWindow::OnMouseLoop */
|
||||||
enum ScenarioEditorMenuActions {
|
enum ScenarioEditorMenuActions {
|
||||||
SEMA_MAP_CLICK = 17 << 8,
|
SEMA_MAP_CLICK = 17 << 8,
|
||||||
|
Loading…
Reference in New Issue
Block a user