mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 15:02:01 +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
|
return; // freed itself
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
if (tics == -1 || state->GetCanRaise())
|
||||||
{
|
{
|
||||||
int respawn_monsters = G_SkillProperty(SKILLP_Respawn);
|
int respawn_monsters = G_SkillProperty(SKILLP_Respawn);
|
||||||
// check for nightmare respawn
|
// check for nightmare respawn
|
||||||
|
|
Loading…
Reference in a new issue