- forgot to save these.

This commit is contained in:
Christoph Oelckers 2021-04-28 22:56:01 +02:00
parent b65dfb6145
commit fa2bcf563a
2 changed files with 1 additions and 1 deletions

View file

@ -858,7 +858,6 @@ static int LoadTheMap(MapRecord *mi, struct player_struct *p, int gamemode)
allignwarpelevators();
resetpspritevars(gamemode);
if (!r_precache) return 0;
if (isRR()) cacheit_r(); else cacheit_d();
return 0;
}

View file

@ -232,6 +232,7 @@ static void cachegoodsprites(void)
void cacheit_d(void)
{
if (!r_precache) return;
int i;
cachegoodsprites();