1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

game_command_place_scenery

This commit is contained in:
zsilencer
2015-05-12 13:08:36 -06:00
parent 22212df32a
commit 9ee4b64fa1
6 changed files with 195 additions and 5 deletions

View File

@@ -1169,7 +1169,7 @@ int track_place_scenery(rct_track_scenery* scenery_start, uint8 rideIndex, int o
bl | (entry_index << 8),
mapCoord.y,
quadrant | (scenery->primary_colour << 8),
GAME_COMMAND_15,
GAME_COMMAND_PLACE_SCENERY,
rotation | (scenery->secondary_colour << 16),
z
);