1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Keyboard Shortcut for Scenery Remover - #5835

Added a hotkey for the "clear scenery" window. By default, the hotkey is the "b" key (b/c bulldozer).
This commit is contained in:
Kuriibo
2017-07-10 11:49:36 -05:00
committed by Ted John
parent 0092fee1ce
commit d0db59e196
5 changed files with 22 additions and 0 deletions

View File

@@ -497,6 +497,7 @@ enum {
#define WC_TOP_TOOLBAR__WIDX_WATER 9
#define WC_TOP_TOOLBAR__WIDX_SCENERY 10
#define WC_TOP_TOOLBAR__WIDX_PATH 11
#define WC_TOP_TOOLBAR__WIDX_CLEAR_SCENERY 17
#define WC_RIDE_CONSTRUCTION__WIDX_CONSTRUCT 23
#define WC_RIDE_CONSTRUCTION__WIDX_ENTRANCE 29
#define WC_RIDE_CONSTRUCTION__WIDX_EXIT 30