mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
Exhumed: Correctly set player action id for mummified state
This commit is contained in:
parent
2bf65c9108
commit
b88eeea9a2
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ void MoveWeapons(short nPlayer)
|
||||||
BuildGrenade(nPlayer);
|
BuildGrenade(nPlayer);
|
||||||
AddAmmo(nPlayer, 4, -1);
|
AddAmmo(nPlayer, 4, -1);
|
||||||
}
|
}
|
||||||
else if (nWeapon == kWeaponStaff)
|
else if (nWeapon == kWeaponMummified)
|
||||||
{
|
{
|
||||||
ShootStaff(nPlayer);
|
ShootStaff(nPlayer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue