mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: The second flash state of the chaingun called A_Light1 instead of A_Light2.
SVN r620 (trunk)
This commit is contained in:
parent
6b1a70952a
commit
aacb694200
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ ACTOR Chaingun : DoomWeapon 2002
|
||||||
Flash:
|
Flash:
|
||||||
CHGF A 5 Bright A_Light1
|
CHGF A 5 Bright A_Light1
|
||||||
Goto LightDone
|
Goto LightDone
|
||||||
CHGF B 5 Bright A_Light1
|
CHGF B 5 Bright A_Light2
|
||||||
Goto LightDone
|
Goto LightDone
|
||||||
Spawn:
|
Spawn:
|
||||||
MGUN A -1
|
MGUN A -1
|
||||||
|
|
Loading…
Reference in a new issue