- 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
|
|
@ -243,6 +243,8 @@ player_s::player_s()
|
|||
extralight(0),
|
||||
morphTics(0),
|
||||
MorphedPlayerClass(0),
|
||||
MorphStyle(0),
|
||||
MorphExitFlash(0),
|
||||
PremorphWeapon(0),
|
||||
chickenPeck(0),
|
||||
jumpTics(0),
|
||||
|
|
@ -2417,6 +2419,8 @@ void player_s::Serialize (FArchive &arc)
|
|||
<< fixedcolormap
|
||||
<< morphTics
|
||||
<< MorphedPlayerClass
|
||||
<< MorphStyle
|
||||
<< MorphExitFlash
|
||||
<< PremorphWeapon
|
||||
<< chickenPeck
|
||||
<< jumpTics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue