mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
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:
parent
2b583e9c9e
commit
482b36521d
1 changed files with 1 additions and 1 deletions
|
@ -3618,7 +3618,7 @@ static void P_ProcessWeapon(int32_t snum)
|
||||||
|
|
||||||
switch (p->weapon_pos)
|
switch (p->weapon_pos)
|
||||||
{
|
{
|
||||||
case -9:
|
case WEAPON_POS_LOWER:
|
||||||
if (p->last_weapon >= 0)
|
if (p->last_weapon >= 0)
|
||||||
{
|
{
|
||||||
p->weapon_pos = WEAPON_POS_RAISE;
|
p->weapon_pos = WEAPON_POS_RAISE;
|
||||||
|
|
Loading…
Reference in a new issue