mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 01:40:41 +00:00
- forgot to save these.
This commit is contained in:
parent
b65dfb6145
commit
fa2bcf563a
2 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,6 @@ static int LoadTheMap(MapRecord *mi, struct player_struct *p, int gamemode)
|
||||||
allignwarpelevators();
|
allignwarpelevators();
|
||||||
resetpspritevars(gamemode);
|
resetpspritevars(gamemode);
|
||||||
|
|
||||||
if (!r_precache) return 0;
|
|
||||||
if (isRR()) cacheit_r(); else cacheit_d();
|
if (isRR()) cacheit_r(); else cacheit_d();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -232,6 +232,7 @@ static void cachegoodsprites(void)
|
||||||
|
|
||||||
void cacheit_d(void)
|
void cacheit_d(void)
|
||||||
{
|
{
|
||||||
|
if (!r_precache) return;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
cachegoodsprites();
|
cachegoodsprites();
|
||||||
|
|
Loading…
Reference in a new issue