fixed bug with forced restart of global animations when restarting game
authorHolger Schemel <info@artsoft.org>
Sat, 9 Sep 2023 14:37:26 +0000 (16:37 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 9 Sep 2023 14:43:51 +0000 (16:43 +0200)
commit0771dc28227f57049bd4ef0958c95fc024b34f00
tree01158af6db5e10442886775b37524f7a4a723c67
parent2845fcd0832f6b527e582c77354e82d433e4459b
fixed bug with forced restart of global animations when restarting game

This fixes a bug which occured if the game was restarted (by loading a
tape during the game, or by playing again after a game was lost) and
if a custom artwork set was active that used cross-fading for the game
screen. In this case, global animations displayed during the game were
stopped, but not restarted again,
src/anim.c
src/anim.h
src/game.c