1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Started game_command_20 raise lower land

This commit is contained in:
Duncan Frost
2015-01-10 16:40:27 +00:00
parent 42383cc192
commit 8a4e12a3f4
5 changed files with 87 additions and 4 deletions

View File

@@ -646,7 +646,7 @@ static void window_game_top_toolbar_tool_down(){
1,
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_A_Y, uint16),
RCT2_GLOBAL(RCT2_ADDRESS_SELECTED_TERRAIN_SURFACE, uint8) | (RCT2_GLOBAL(RCT2_ADDRESS_SELECTED_TERRAIN_EDGE, uint8) << 8),
GAME_COMMAND_20,
GAME_COMMAND_RAISE_LOWER_LAND,
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_B_X, uint16),
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_B_Y, uint16)
);