Actor improvements p2

This commit is contained in:
mohabhassan 2019-06-29 23:43:30 +02:00
parent da28beeab4
commit 32fddb163f
37 changed files with 718 additions and 710 deletions

View file

@ -4375,7 +4375,7 @@ void Weapon::MakeNoise
if( attached && ( next_noise_time <= level.time || force ) )
{
BroadcastAIEvent( 8, radius );
BroadcastAIEvent(AI_EVENT_MISC, radius );
next_noise_time = level.time + 1;
}
}