mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +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)
|
||||
{
|
||||
nPrecacheCount = 0;
|
||||
int skyTile = -1;
|
||||
memset(gotpic,0,sizeof(gotpic));
|
||||
// Fonts
|
||||
|
|
Loading…
Reference in a new issue