mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +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()
|
||||
{
|
||||
A_PlaySound("weapons/sshotc", CHAN_WEAPON);
|
||||
A_Refire();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue