diff --git a/source/core/precache.cpp b/source/core/precache.cpp index 3341630e5..4423f51ab 100644 --- a/source/core/precache.cpp +++ b/source/core/precache.cpp @@ -121,6 +121,7 @@ void markTileForPrecache(int tilenum, int palnum) void precacheMarkedTiles() { + screen->StartPrecaching(); decltype(cachemap)::Iterator it(cachemap); decltype(cachemap)::Pair* pair; while (it.NextPair(pair))