mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- removed caching of the minifont.
Since this does not get used directly anymore, caching these images is rather pointless.
This commit is contained in:
parent
0df5be7ad0
commit
241636a907
1 changed files with 0 additions and 2 deletions
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue