fixed bugs when parsing global animation parameter values
authorHolger Schemel <info@artsoft.org>
Sun, 20 Aug 2023 11:38:15 +0000 (13:38 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 3 Sep 2023 20:59:58 +0000 (22:59 +0200)
commita0d9cd0bdd01d7e9b5c3086bea3b573987b4a84f
tree9a3a78ce7f38f7b99de8ca6231634abfd1194ea2
parentdbba72fb511aee11057e6db5d0e9a4d53c9a0ddc
fixed bugs when parsing global animation parameter values

The previous code recognized the value "click" in the parameter string
"click,click:anim_X", but did not in string "click:anim_X,click".
src/files.c