Fix a missing reference to WEAPON_POS_LOWER

git-svn-id: https://svn.eduke32.com/eduke32@4296 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-02-02 22:18:21 +00:00
parent 2b583e9c9e
commit 482b36521d

View file

@ -3618,7 +3618,7 @@ static void P_ProcessWeapon(int32_t snum)
switch (p->weapon_pos)
{
case -9:
case WEAPON_POS_LOWER:
if (p->last_weapon >= 0)
{
p->weapon_pos = WEAPON_POS_RAISE;