sounds.cpp: fix infinite loop caused by removal of "else" in r7939

git-svn-id: https://svn.eduke32.com/eduke32@7941 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
pogokeen 2019-08-10 13:03:31 +00:00 committed by Christoph Oelckers
parent 9ee310ce71
commit 5c11fc8889

View file

@ -616,7 +616,7 @@ boost:
}
#ifndef EDUKE32_STANDALONE
if (!FURY)
else if (!FURY)
{
switch (DYNAMICSOUNDMAP(soundNum))
{