1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Reset all peep sprite bounds at save file import time

This commit is contained in:
Aaron van Geffen
2024-12-17 20:40:49 +01:00
parent e18abdd6a4
commit 91cf22aede
3 changed files with 18 additions and 1 deletions

View File

@@ -337,6 +337,9 @@ void GameFixSaveVars()
UpdateConsolidatedPatrolAreas();
MapCountRemainingLandRights();
// Update sprite bounds, rather than relying on stored data
PeepUpdateAllBoundingBoxes();
}
void GameLoadInit()