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

Remove stray semicolon

This commit is contained in:
Gymnasiast
2021-02-14 21:39:11 +01:00
parent f0261b4dc0
commit a28c22866c

View File

@@ -314,7 +314,6 @@ GameActions::Result::Ptr TrackPlaceAction::Query() const
}
int32_t entranceDirections = TrackSequenceProperties[_trackType][0];
;
if ((entranceDirections & TRACK_SEQUENCE_FLAG_ORIGIN) && trackBlock->index == 0)
{
if (!track_add_station_element({ mapLoc, baseZ, _origin.direction }, _rideIndex, 0, _fromTrackDesign))