1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

More renaming

This commit is contained in:
ζeh Matt
2021-11-24 15:37:47 +02:00
parent 046f82f683
commit c6242fd310
28 changed files with 135 additions and 135 deletions

View File

@@ -326,7 +326,7 @@ void GameState::UpdateLogic(LogicTimings* timings)
report_time(LogicTimePart::MapRestoreProvisionalElements);
vehicle_update_all();
report_time(LogicTimePart::Vehicle);
sprite_misc_update_all();
UpdateAllMiscEntities();
report_time(LogicTimePart::Misc);
Ride::UpdateAll();
report_time(LogicTimePart::Ride);