mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix spelling typos (#13730)
This commit is contained in:
@@ -130,7 +130,7 @@ GameActions::Result::Ptr RideSetSettingAction::Query() const
|
||||
case RideSetSetting::RideType:
|
||||
if (!gCheatsAllowArbitraryRideTypeChanges)
|
||||
{
|
||||
log_warning("Arbitary ride type changes not allowed.");
|
||||
log_warning("Arbitrary ride type changes not allowed.");
|
||||
return MakeResult(GameActions::Status::Disallowed, STR_CANT_CHANGE_OPERATING_MODE);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -171,7 +171,7 @@ GameActions::Result::Ptr TrackPlaceAction::Query() const
|
||||
|
||||
if (!map_check_free_elements_and_reorganise(numElements))
|
||||
{
|
||||
log_warning("Not enough free map elments to place track.");
|
||||
log_warning("Not enough free map elements to place track.");
|
||||
return std::make_unique<TrackPlaceActionResult>(GameActions::Status::NoFreeElements, STR_TILE_ELEMENT_LIMIT_REACHED);
|
||||
}
|
||||
const uint16_t* trackFlags = (rideTypeFlags & RIDE_TYPE_FLAG_FLAT_RIDE) ? FlatTrackFlags : TrackFlags;
|
||||
|
||||
Reference in New Issue
Block a user