1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Pass a bool to the set function. Make review changes

This commit is contained in:
duncanspumpkin
2019-02-25 20:44:12 +00:00
parent 737c308e4e
commit 112b40910b
13 changed files with 24 additions and 24 deletions

View File

@@ -2129,7 +2129,7 @@ static money32 place_maze_design(uint8_t flags, Ride* ride, uint16_t mazeEntry,
tileElement->AsTrack()->SetMazeEntry(mazeEntry);
if (flags & GAME_COMMAND_FLAG_GHOST)
{
tileElement->SetGhost();
tileElement->SetGhost(true);
}
map_invalidate_element(fx, fy, tileElement);