mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
fixes #343
This commit is contained in:
parent
569fcc9542
commit
142e611125
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ void PrecacheThing(spritetype *pSprite) {
|
||||||
|
|
||||||
void PreloadTiles(void)
|
void PreloadTiles(void)
|
||||||
{
|
{
|
||||||
|
nPrecacheCount = 0;
|
||||||
int skyTile = -1;
|
int skyTile = -1;
|
||||||
memset(gotpic,0,sizeof(gotpic));
|
memset(gotpic,0,sizeof(gotpic));
|
||||||
// Fonts
|
// Fonts
|
||||||
|
|
Loading…
Reference in a new issue