Reapply "Improvements to death and cheat handling"
This reverts commit c7bba2a126.
This commit is contained in:
parent
949cd5b746
commit
bcd6c6170e
25 changed files with 873 additions and 744 deletions
|
|
@ -37,7 +37,7 @@ bool P_MorphActor(AActor *activator, AActor *victim, PClassActor *ptype, PClassA
|
|||
|
||||
bool P_UnmorphActor(AActor *activator, AActor *morphed, int flags, bool force)
|
||||
{
|
||||
IFVIRTUALPTR(morphed, AActor, UnMorph)
|
||||
IFVIRTUALPTR(morphed, AActor, Unmorph)
|
||||
{
|
||||
VMValue params[] = { morphed, activator, flags, force };
|
||||
int retval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue