1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

minor correction

This commit is contained in:
duncanspumpkin
2019-10-20 16:07:34 +01:00
parent ee64892f4b
commit a91098de05

View File

@@ -21,9 +21,8 @@ private:
uint16_t _mazeEntry{ 0 };
public:
MazePlaceTrackAction()
{
}
MazePlaceTrackAction() = default;
MazePlaceTrackAction(CoordsXYZ location, NetworkRideId_t rideIndex, uint16_t mazeEntry)
: _loc(location)
, _rideIndex(rideIndex)