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

Merge pull request #1107 from zsilencer/decompiling

game_command_place_scenery
This commit is contained in:
Ted John
2015-05-21 21:20:22 +01:00
6 changed files with 235 additions and 29 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
);