So sorry about the double post, but:
<div class='codetop'>CODE</div><div class='codemain'>Aug 31, 2000 (Loren Petrich):
Added stuff for unpacking and packing
*/
/* enums for player.c */
enum { /* Weapons */
_weapon_fist,
_weapon_pistol,
_WEAPON_PLASMA_PISTOL,
_weapon_assault_rifle,
_weapon_missile_launcher,
_weapon_flamethrower,
_weapon_alien_shotgun,
_weapon_shotgun,
_weapon_ball, // or something
// LP addition:
_weapon_smg,
MAXIMUM_NUMBER_OF_WEAPONS,
_weapon_doublefisted_pistols= MAXIMUM_NUMBER_OF_WEAPONS, /* This is a pseudo-weapon */
_weapon_doublefisted_shotguns,
PLAYER_TORSO_SHAPE_COUNT
};</div>
caps'd is what I found interesting