mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -220,7 +220,7 @@ ResultWithMessage TrackAddStationElement(CoordsXYZD loc, RideId rideIndex, int32
|
||||
auto stationIndex = RideGetFirstEmptyStationStart(*ride);
|
||||
if (stationIndex.IsNull())
|
||||
{
|
||||
log_verbose("No empty station starts, not updating metadata! This can happen with hacked rides.");
|
||||
LOG_VERBOSE("No empty station starts, not updating metadata! This can happen with hacked rides.");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -355,7 +355,7 @@ ResultWithMessage TrackRemoveStationElement(const CoordsXYZD& loc, RideId rideIn
|
||||
auto stationIndex = RideGetFirstEmptyStationStart(*ride);
|
||||
if (stationIndex.IsNull())
|
||||
{
|
||||
log_verbose("No empty station starts, not updating metadata! This can happen with hacked rides.");
|
||||
LOG_VERBOSE("No empty station starts, not updating metadata! This can happen with hacked rides.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user