EDUKE32_STANDALONE does, however, need this

git-svn-id: https://svn.eduke32.com/eduke32@8129 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-09-19 12:02:19 +00:00 committed by Christoph Oelckers
parent d3448c0ccc
commit 4ad6dd65b1
1 changed files with 1 additions and 4 deletions

View File

@ -3401,10 +3401,7 @@ void P_CheckSectors(int playerNum)
{
if (klabs(A_GetHitscanRange(pPlayer->i)) < 512)
{
#ifndef EDUKE32_STANDALONE
if (!FURY)
A_PlaySound(((krand()&255) < 16) ? DUKE_SEARCH2 : DUKE_SEARCH, pPlayer->i);
#endif
A_PlaySound(((krand()&255) < 16) ? DUKE_SEARCH2 : DUKE_SEARCH, pPlayer->i);
return;
}
}