mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- allow nightmare respawn if the current state has the 'canraise' flag.
This commit is contained in:
parent
7a1f36bfb0
commit
0eebaf9f6b
1 changed files with 2 additions and 1 deletions
|
@ -4437,7 +4437,8 @@ void AActor::Tick ()
|
|||
return; // freed itself
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
if (tics == -1 || state->GetCanRaise())
|
||||
{
|
||||
int respawn_monsters = G_SkillProperty(SKILLP_Respawn);
|
||||
// check for nightmare respawn
|
||||
|
|
Loading…
Reference in a new issue