mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Remove stray semicolon
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user