Hotfix for stinger not stopping fire sound when running out of ammo.
This commit is contained in:
parent
ac4881ce51
commit
2b53a0439c
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ Class Stinger : UnrealWeapon
|
||||||
invoker.flashnum = (invoker.flashnum+1)%4;
|
invoker.flashnum = (invoker.flashnum+1)%4;
|
||||||
}
|
}
|
||||||
STNH BCDEFG 1;
|
STNH BCDEFG 1;
|
||||||
STNH A 0 A_JumpIfNoAmmo(1);
|
STNH A 0 A_JumpIfNoAmmo(2);
|
||||||
STNH A 0 A_Refire();
|
STNH A 0 A_Refire();
|
||||||
STNH A 2
|
STNH A 2
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue