fixed crash bug caused by division by zero
authorHolger Schemel <info@artsoft.org>
Wed, 19 Jun 2019 17:47:22 +0000 (19:47 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 19 Jun 2019 17:47:22 +0000 (19:47 +0200)
commitbaed6f0a85ade21358cde876c3c044c34749c434
tree2958f263215bf79bbf31c00eeb55379ff9e95f0e
parentd7c2e950f49481d2cff5657a53519535c24d1c24
fixed crash bug caused by division by zero

This bug will crash the program when loading a graphics set which uses
toon animation step delay values of zero (instead of positive integers
as it should be).

This bug was introduced around version 4.0.0.0 when adding global
animations (treating toon animations as special global animations),
which could result in animation delay values of zero even though
this was checked and corrected when reading the graphics config file.
src/anim.c
src/init.c