Merge branch 'master' of https://github.com/rheit/zdoom into zscript
This commit is contained in:
commit
c623539d2d
9 changed files with 21 additions and 3 deletions
|
|
@ -3800,6 +3800,8 @@ void AActor::Tick ()
|
|||
else if (Z() <= floorz)
|
||||
{
|
||||
Crash();
|
||||
if (ObjectFlags & OF_EuthanizeMe)
|
||||
return; // actor was destroyed
|
||||
}
|
||||
|
||||
CheckPortalTransition(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue