Skip to content

Commit

Permalink
remove extra space in ClassicWoodenRollerCoaster.h
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 13, 2024
1 parent bcd8fa7 commit 0af3151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ constexpr RideTypeDescriptor ClassicWoodenRollerCoasterRTD =
RIDE_TYPE_FLAG_ALLOW_REVERSED_TRAINS,
.RideModes = EnumsToFlags(RideMode::ContinuousCircuit, RideMode::ContinuousCircuitBlockSectioned),
.DefaultMode = RideMode::ContinuousCircuit,
.BoosterSettings = { 0, 68 },
.BoosterSettings = { 0, 68 },
.LegacyBoosterSettings = { 0, 68 },
.Naming = { STR_RIDE_NAME_CLASSIC_WOODEN_ROLLER_COASTER, STR_RIDE_DESCRIPTION_CLASSIC_WOODEN_ROLLER_COASTER },
.NameConvention = { RideComponentType::Train, RideComponentType::Track, RideComponentType::Station },
Expand Down

0 comments on commit 0af3151

Please sign in to comment.