- Removed FourthWeaponClass and based Hexen's fourth weapons on the generic weapon
pieces. - Added DECORATE conversions for Hexen's Fighter weapons by Karate Chris. - Added aWeaponGiver class to generalize the standing AssaultGun. - converted a_Strifeweapons.cpp to DECORATE, except for the Sigil. SVN r1129 (trunk)
This commit is contained in:
parent
6ab69165c7
commit
b695330e90
29 changed files with 1106 additions and 583 deletions
|
|
@ -220,7 +220,6 @@ player_t::player_t()
|
|||
health(0),
|
||||
inventorytics(0),
|
||||
CurrentPlayerClass(0),
|
||||
pieces(0),
|
||||
backpack(0),
|
||||
fragcount(0),
|
||||
lastkilltime(0),
|
||||
|
|
@ -2421,7 +2420,6 @@ void player_t::Serialize (FArchive &arc)
|
|||
<< centering
|
||||
<< health
|
||||
<< inventorytics
|
||||
<< pieces
|
||||
<< backpack
|
||||
<< fragcount
|
||||
<< spreecount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue