mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-06-04 19:10:59 +00:00
Almost forgot (x2): thing revived world event
This commit is contained in:
parent
e74cd9883d
commit
9942a59866
4 changed files with 31 additions and 0 deletions
|
@ -7472,6 +7472,9 @@ void AActor::Revive()
|
|||
{
|
||||
level.total_monsters++;
|
||||
}
|
||||
|
||||
// [ZZ] resurrect hook
|
||||
E_WorldThingRevived(this);
|
||||
}
|
||||
|
||||
int AActor::GetGibHealth() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue