Need to handle that FindFolder() does not fill musPos

This commit is contained in:
Alam Ed Arias 2017-10-07 19:10:29 -04:00
parent 021417500e
commit 79879bbd7b
1 changed files with 1 additions and 1 deletions

View File

@ -3233,7 +3233,7 @@ boolean P_AddWadFile(const char *wadfilename, char **firstmapname)
// UINT16 luaPos, luaNum = 0;
// UINT16 socPos, socNum = 0;
UINT16 sfxPos, sfxNum = 0;
UINT16 musPos, musNum = 0;
UINT16 musPos = 0, musNum = 0;
// UINT16 sprPos, sprNum = 0;
UINT16 texPos, texNum = 0;
// UINT16 patPos, patNum = 0;