- removed the string assignment operators.
These all caught literal 0's as well
This commit is contained in:
parent
d173c0453c
commit
b89c4affae
9 changed files with 17 additions and 27 deletions
|
|
@ -886,7 +886,7 @@ void R_InitSkins (void)
|
|||
}
|
||||
|
||||
// Register any sounds this skin provides
|
||||
aliasid = 0;
|
||||
aliasid = NO_SOUND;
|
||||
for (j = 0; j < NUMSKINSOUNDS; j++)
|
||||
{
|
||||
if (sndlumps[j] != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue