1
0
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:
Duncan
2020-09-28 01:09:08 +01:00
committed by GitHub
parent a1222fa4ca
commit 4ec10837a6
21 changed files with 252 additions and 226 deletions

View File

@@ -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,