mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-24 07:50:59 +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)
|
if (klabs(A_GetHitscanRange(pPlayer->i)) < 512)
|
||||||
{
|
{
|
||||||
#ifndef EDUKE32_STANDALONE
|
A_PlaySound(((krand()&255) < 16) ? DUKE_SEARCH2 : DUKE_SEARCH, pPlayer->i);
|
||||||
if (!FURY)
|
|
||||||
A_PlaySound(((krand()&255) < 16) ? DUKE_SEARCH2 : DUKE_SEARCH, pPlayer->i);
|
|
||||||
#endif
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue