- Added A_ClearLastHeard action function.

SVN r3464 (trunk)
This commit is contained in:
Randy Heit 2012-03-22 21:40:26 +00:00
commit 49aaf9b451
2 changed files with 12 additions and 0 deletions

View file

@ -2008,6 +2008,17 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_LookEx)
// [KS] *** End additions by me ***
//==========================================================================
//
// A_ClearLastHeard
//
//==========================================================================
DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_ClearLastHeard)
{
self->LastHeard = NULL;
}
//==========================================================================
//
// A_Wander