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

Finish game command 20 change surface style

This commit is contained in:
Duncan Frost
2015-01-11 13:37:27 +00:00
parent 8a4e12a3f4
commit 974ecd904c
6 changed files with 85 additions and 35 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_RAISE_LOWER_LAND,
GAME_COMMAND_CHANGE_SURFACE_STYLE,
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_B_X, uint16),
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_B_Y, uint16)
);