Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
619 stars 119 forks source link

Fix glitch of burning building animation #639

Closed zzam closed 5 months ago

zzam commented 5 months ago

Burning animation disappears before building is completely destroyed. Fix and add unittest. Simplify storage a bit. Comment: Percent logic is similar to construction. Code could be combined.

State before: Burning at 6/400=1.5%: image

No longer burning at 2/400=0.5%: image