1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +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

@@ -2854,7 +2854,7 @@ bool NetworkBase::LoadMap(IStream* stream)
importer->Import(gameState);
EntityTweener::Get().Reset();
MapAnimation::CreateAll();
MapAnimation::MarkAllTiles();
gLastAutoSaveUpdate = kAutosavePause;
result = true;