mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
minor correction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user