- fixed: PlayerStartStomp must check for NOTELEFRAG.

This commit is contained in:
Christoph Oelckers 2019-03-02 13:35:35 +01:00
parent 00febf0498
commit 9ab57e242b

View file

@ -557,6 +557,9 @@ void P_PlayerStartStomp(AActor *actor, bool mononly)
if (th->player == NULL && !(th->flags3 & MF3_ISMONSTER))
continue;
if ((th->flags6 & MF6_NOTELEFRAG) && !(th->flags7 & MF7_ALWAYSTELEFRAG))
continue;
if (th->player != NULL && mononly)
continue;