Ugh, apparently we rely on this for FURY

git-svn-id: https://svn.eduke32.com/eduke32@8135 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-10-19 23:41:18 +00:00 committed by Christoph Oelckers
parent 85d377647a
commit b298ed19ff
1 changed files with 1 additions and 4 deletions

View File

@ -543,10 +543,7 @@ int G_ActivateWarpElevators(int spriteNum, int warpDir)
if (i == -1)
return 1; // No find
#ifndef EDUKE32_STANDALONE
if (!FURY)
A_PlaySound(warpDir ? ELEVATOR_ON : ELEVATOR_OFF, spriteNum);
#endif
A_PlaySound(warpDir ? ELEVATOR_ON : ELEVATOR_OFF, spriteNum);
for (SPRITES_OF(STAT_EFFECTOR, i))
if (SLT(i) == SE_17_WARP_ELEVATOR && SHT(i) == sprite[spriteNum].hitag)