gameplay: the game now pauses while the door opening animation is playing.
authorLukas Krickl <lukas@krickl.dev>
Sun, 10 Aug 2025 06:28:22 +0000 (08:28 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 10 Aug 2025 06:28:22 +0000 (08:28 +0200)
commite7c192d871569922505ff62a400f1538d31f3e4f
tree63934bd910327b8adfb7ce2eab1a17d780ff3a22
parent9b25466a8bd05a8d283d0f4ade8838b7e412428b
gameplay: the game now pauses while the door opening animation is playing.

For this a new special flag to pause update was added.
This pause needs to be handeled in update routines.
This is done to keep rendering some objects while not processing gameplay code.
src/defs.s
src/objanim.s
src/unit.s