1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

game_command_remove_large_scenery

This commit is contained in:
zsilencer
2015-04-17 00:47:23 -06:00
parent ea75926a6c
commit ed709b8353
8 changed files with 145 additions and 10 deletions

View File

@@ -512,7 +512,7 @@ static void viewport_interaction_remove_large_scenery(rct_map_element *mapElemen
1 | ((mapElement->type & 0x3) << 8),
y,
mapElement->base_height | ((mapElement->properties.scenerymultiple.type >> 10) << 8),
GAME_COMMAND_44,
GAME_COMMAND_REMOVE_LARGE_SCENERY,
0,
0
);