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:
Bär Halberkamp 2013-12-04 22:22:06 +01:00
parent 22dd990a45
commit 5fd6eb5bbe

View file

@ -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