Skip to content

Commit

Permalink
- Blood: Comment out bonk code from 754554a to get things building …
Browse files Browse the repository at this point in the history
…for now.
  • Loading branch information
mjr4077au committed Jul 25, 2021
1 parent 754554a commit 7329cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/games/blood/src/nnexts.cpp
Expand Up @@ -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];
Expand Down Expand Up @@ -7182,6 +7183,7 @@ int aiPatrolSearchTargets(spritetype* pSprite, XSPRITE* pXSprite) {


}
#endif

if (invisible && hearChance >= kMaxPatrolSpotValue >> 2) {

Expand Down

0 comments on commit 7329cb8

Please sign in to comment.