- removed caching of the minifont.

Since this does not get used directly anymore, caching these images is rather pointless.
This commit is contained in:
Christoph Oelckers 2022-12-04 15:10:11 +01:00
parent 0df5be7ad0
commit 241636a907

View file

@ -180,8 +180,6 @@ static void cachegoodsprites(void)
if (ud.multimode > 1)
{
tloadtile(DTILE_FRAGBAR);
for (i = DTILE_MINIFONT; i < DTILE_MINIFONT + 63; i++)
tloadtile(i);
}
for(i=DTILE_FOOTPRINTS;i<DTILE_FOOTPRINTS+3;i++)