mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 23:11:58 +00:00
- removed test code.
This commit is contained in:
parent
11ac0c622b
commit
b5f55cacba
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ extend class StateProvider
|
||||||
Weapon weap = player.ReadyWeapon;
|
Weapon weap = player.ReadyWeapon;
|
||||||
if (weap != null && invoker == weap && stateinfo != null && stateinfo.mStateType == STATE_Psprite)
|
if (weap != null && invoker == weap && stateinfo != null && stateinfo.mStateType == STATE_Psprite)
|
||||||
{
|
{
|
||||||
if (!weap.DepleteAmmo (weap.bAltFire, true, deh.MaxSoulsphere/*BFGCells*/))
|
if (!weap.DepleteAmmo (weap.bAltFire, true, deh.BFGCells))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue