Revert "Improvements to death and cheat handling"
This reverts commit3033fafaa7. Revert "Improved ZScript interface for morphing" This reverts commit6c64a4403c. Revert "Further morphing clean up" This reverts commit12dc5c1506. Revert "Fixed inconsistencies between player and monster morphing" This reverts commit30730647fe. Revert "Reworked Morphing" This reverts commit2c09a443b4. - fix compile
This commit is contained in:
parent
5346ec81db
commit
c7bba2a126
25 changed files with 744 additions and 873 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