changed global animations to handle only one CE change event per frame
authorHolger Schemel <info@artsoft.org>
Sun, 20 Aug 2023 13:21:06 +0000 (15:21 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 3 Sep 2023 20:59:58 +0000 (22:59 +0200)
commitbca34a000fa9da59f4fed2885ce81da10527e757
tree37359785060a23f9e94ae72ef3959ca3704f0a4d
parent3e76edd9591c599d4ec9b3a179e07c23c0aa135c
changed global animations to handle only one CE change event per frame

Before, several (same) CEs could change within the same game frame,
triggering the same global animation several times (each time with the
new/next CE, with different CE position for each change. for example).

This bugfix results in each global animation being triggered exactly
one time for each change of the same CE in the same frame (which is
especially important if there are several global animations being
triggered by the change of the same CE, to display several animations
for several same CEs changing in the same game frame).
src/anim.c