Remove more unused code; fix compilation on GCC

This commit is contained in:
Gymnasiast 2019-06-23 23:10:34 +02:00
parent 759db552f4
commit 063b87e0a0
1 changed files with 0 additions and 8 deletions

View File

@ -2075,14 +2075,6 @@ static money32 place_maze_design(uint8_t flags, Ride* ride, uint16_t mazeEntry,
if (flags & GAME_COMMAND_FLAG_APPLY)
{
if (gGameCommandNestLevel == 1 && !(flags & GAME_COMMAND_FLAG_GHOST))
{
LocationXYZ16 coord;
coord.x = x + 8;
coord.y = y + 8;
coord.z = z;
}
// Place track element
int32_t fx = floor2(x, 32);
int32_t fy = floor2(y, 32);