mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed the Super Shotgun refire mismatch.
This commit is contained in:
parent
66d28a24b8
commit
c25774e311
1 changed files with 2 additions and 1 deletions
|
@ -112,5 +112,6 @@ extend class StateProvider
|
||||||
action void A_CloseShotgun2()
|
action void A_CloseShotgun2()
|
||||||
{
|
{
|
||||||
A_PlaySound("weapons/sshotc", CHAN_WEAPON);
|
A_PlaySound("weapons/sshotc", CHAN_WEAPON);
|
||||||
|
A_Refire();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue