mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
d3448c0ccc
commit
4ad6dd65b1
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue