mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 21:49:10 +00:00
Feature: Hotkey to honk a vehicle's horn (#10110)
This commit is contained in:
@@ -27,6 +27,7 @@ enum VehicleViewWidgets {
|
||||
WID_VV_SELECT_REFIT_TURN, ///< Selection widget between 'refit' and 'turn around' buttons.
|
||||
WID_VV_TURN_AROUND, ///< Turn this vehicle around.
|
||||
WID_VV_FORCE_PROCEED, ///< Force this vehicle to pass a signal at danger.
|
||||
WID_VV_HONK_HORN, ///< Honk the vehicles horn (not drawn on UI, only used for hotkey).
|
||||
};
|
||||
|
||||
/** Widgets of the #RefitWindow class. */
|
||||
|
Reference in New Issue
Block a user