1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Implemented game_command_place_fence.

There are a couple of bugs involveing signs.
This commit is contained in:
Duncan Frost
2015-06-20 00:05:30 +01:00
parent 6dbdce88d4
commit f36d17651d
6 changed files with 254 additions and 18 deletions

View File

@@ -1235,7 +1235,7 @@ int track_place_scenery(rct_track_scenery* scenery_start, uint8 rideIndex, int o
bl | (entry_index << 8),
mapCoord.y,
rotation | (scenery->primary_colour << 8),
GAME_COMMAND_41,
GAME_COMMAND_PLACE_FENCE,
z,
scenery->secondary_colour | ((scenery->flags & 0xFC) << 6)
);