Revert "Fixed the FIRE_BURST_SMALL macro only showing the last frame"
It seems to be c++ related, and not in the WML, and therefore the commit wasn't really a solution
This reverts commit 22dd990a45
.
This commit is contained in:
parent
22dd990a45
commit
5fd6eb5bbe
1 changed files with 3 additions and 2 deletions
|
@ -562,8 +562,9 @@
|
|||
#define FIRE_BURST_SMALL
|
||||
missile_start_time=0
|
||||
[missile_frame]
|
||||
image="projectiles/fire-burst-small-[1~8].png:75"
|
||||
image_diagonal="projectiles/fire-burst-small-[1~8].png:75"
|
||||
duration=600
|
||||
image="projectiles/fire-burst-small-[1~8].png"
|
||||
image_diagonal="projectiles/fire-burst-small-[1~8].png"
|
||||
offset=0.8~1.0
|
||||
[/missile_frame]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue