- Added Martin Howe's morph system enhancement.
SVN r889 (trunk)
This commit is contained in:
parent
0b26377624
commit
a424a2f2a9
16 changed files with 497 additions and 195 deletions
|
|
@ -3643,6 +3643,8 @@ APlayerPawn *P_SpawnPlayer (mapthing2_t *mthing, bool tempplayer)
|
|||
p->bonuscount = 0;
|
||||
p->morphTics = 0;
|
||||
p->MorphedPlayerClass = 0;
|
||||
p->MorphStyle = 0;
|
||||
p->MorphExitFlash = NULL;
|
||||
p->extralight = 0;
|
||||
p->fixedcolormap = 0;
|
||||
p->viewheight = mobj->ViewHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue