- Blood: Comment out bonk code from 754554a493 to get things building for now.

This commit is contained in:
Mitchell Richters 2021-07-25 13:12:29 +10:00
parent 754554a493
commit 7329cb8f1f

View file

@ -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) {