mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Remove Formatter::Common where not required (#12972)
* Remove Formatter::Common where not required * Remove common from Guest window where possible
This commit is contained in:
@@ -466,8 +466,6 @@ void game_fix_save_vars()
|
||||
peep->CurrentRide = RIDE_ID_NULL;
|
||||
continue;
|
||||
}
|
||||
auto ft = Formatter::Common();
|
||||
ft.Add<uint32_t>(peep->Id);
|
||||
auto curName = peep->GetName();
|
||||
log_warning(
|
||||
"Peep %u (%s) has invalid ride station = %u for ride %u.", peep->sprite_index, curName.c_str(), srcStation,
|
||||
|
||||
Reference in New Issue
Block a user