mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
Need to handle that FindFolder() does not fill musPos
This commit is contained in:
parent
021417500e
commit
79879bbd7b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue