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

Rename MapAnimation::CreateAll to MarkAllTiles

This commit is contained in:
mix
2025-05-23 04:25:12 +01:00
parent b6537a4799
commit 7df1a8602c
7 changed files with 8 additions and 8 deletions

View File

@@ -833,7 +833,7 @@ namespace OpenRCT2
gCurrentLoadedPath = path;
gFirstTimeSaving = true;
GameFixSaveVars();
MapAnimation::CreateAll();
MapAnimation::MarkAllTiles();
EntityTweener::Get().Reset();
gScreenAge = 0;
gLastAutoSaveUpdate = kAutosavePause;