mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-31 19:20:33 +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
|
||||
if (!FURY)
|
||||
else if (!FURY)
|
||||
{
|
||||
switch (DYNAMICSOUNDMAP(soundNum))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue