mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
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:
parent
9ee310ce71
commit
5c11fc8889
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ boost:
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef EDUKE32_STANDALONE
|
#ifndef EDUKE32_STANDALONE
|
||||||
if (!FURY)
|
else if (!FURY)
|
||||||
{
|
{
|
||||||
switch (DYNAMICSOUNDMAP(soundNum))
|
switch (DYNAMICSOUNDMAP(soundNum))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue