- removed the string assignment operators.

These all caught literal 0's as well
This commit is contained in:
Christoph Oelckers 2022-11-24 15:52:02 +01:00
commit b89c4affae
9 changed files with 17 additions and 27 deletions

View file

@ -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)