fixed bug with events defined to start and stop global animations
authorHolger Schemel <info@artsoft.org>
Tue, 14 Nov 2023 22:32:23 +0000 (23:32 +0100)
committerHolger Schemel <info@artsoft.org>
Wed, 15 Nov 2023 10:39:39 +0000 (11:39 +0100)
commit3b3245e2d4a52b7b653de1b294fb1d26e9e9468f
tree6e6a3d7bffdf36f8fcf6e7ea6b8d495f91f84dcd
parent537a385b8e0c43fd2f51de48f35ccfaef64d26b3
fixed bug with events defined to start and stop global animations

This fixes a bug where global animations could be started by an event
defined using ".anim_event" instead of ".init_event", as long as there
is some other ".init_event" definition (even if it never happens).
src/anim.c