mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- Blood: Comment out bonk
code from 754554a493
to get things building for now.
This commit is contained in:
parent
754554a493
commit
7329cb8f1f
1 changed files with 2 additions and 0 deletions
|
@ -7113,6 +7113,7 @@ int aiPatrolSearchTargets(spritetype* pSprite, XSPRITE* pXSprite) {
|
|||
|
||||
if (!deaf) {
|
||||
|
||||
#if 0
|
||||
for (int nBonk = 0; nBonk < kMaxPatrolFoundSounds; nBonk++) {
|
||||
|
||||
//BONKLE* pBonk = &Bonkle[nBonk];
|
||||
|
@ -7182,6 +7183,7 @@ int aiPatrolSearchTargets(spritetype* pSprite, XSPRITE* pXSprite) {
|
|||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
if (invisible && hearChance >= kMaxPatrolSpotValue >> 2) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue