- cleanup

This commit is contained in:
Christoph Oelckers 2016-09-19 01:07:51 +02:00
commit 718614a820
9 changed files with 1490 additions and 1245 deletions

View file

@ -3021,7 +3021,7 @@ CCMD (cachesound)
for (int i = 1; i < argv.argc(); ++i)
{
FSoundID sfxnum = argv[i];
if (sfxnum != 0)
if (sfxnum != FSoundID(0))
{
S_CacheSound (&S_sfx[sfxnum]);
}