improved forced restart of global animations when restarting game
authorHolger Schemel <info@artsoft.org>
Sat, 9 Sep 2023 13:55:44 +0000 (15:55 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 9 Sep 2023 14:03:15 +0000 (16:03 +0200)
commit2845fcd0832f6b527e582c77354e82d433e4459b
treefd2ab3ee189b0bb8bc735a1bd0f32989d3688f91
parent2247f4c2ef407a8a0952cd0a5eefc642b30bfa82
improved forced restart of global animations when restarting game

When forcing a restart of global animations when restarting the game,
a full screen redraw is neither required nor desired. Therefore, this
change only restarts global animations according to the game status
passed to function "RestartGlobalAnimsByStatus()", but does not redraw
the screen (including global animations, so nothing is drawn at all).
src/anim.c
src/libgame/system.h