1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

game_command_place_large_scenery

This commit is contained in:
zsilencer
2015-06-14 05:56:12 -06:00
parent beb2b23afb
commit d2b565b283
9 changed files with 228 additions and 7 deletions

View File

@@ -1205,7 +1205,7 @@ int track_place_scenery(rct_track_scenery* scenery_start, uint8 rideIndex, int o
bl | (rotation << 8),
mapCoord.y,
scenery->primary_colour | (scenery->secondary_colour << 8),
GAME_COMMAND_43,
GAME_COMMAND_PLACE_LARGE_SCENERY,
entry_index,
z
);