Almost forgot (x2): thing revived world event

This commit is contained in:
ZZYZX 2017-01-31 04:11:09 +02:00
parent e74cd9883d
commit 9942a59866
4 changed files with 31 additions and 0 deletions

View file

@ -7472,6 +7472,9 @@ void AActor::Revive()
{
level.total_monsters++;
}
// [ZZ] resurrect hook
E_WorldThingRevived(this);
}
int AActor::GetGibHealth() const