summaryrefslogtreecommitdiff
path: root/src/engine/fox_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/fox_game.c')
-rw-r--r--src/engine/fox_game.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/engine/fox_game.c b/src/engine/fox_game.c
index c8871eb7..b1293894 100644
--- a/src/engine/fox_game.c
+++ b/src/engine/fox_game.c
@@ -568,9 +568,13 @@ void Game_Update(void) {
Radio_Draw();
if (gShowHud) {
HUD_Draw();
- HUD_EdgeArrows_Update();
+ CALL_CANCELLABLE_EVENT(DrawEdgeArrowsHUDEvent){
+ HUD_EdgeArrows_Update();
+ }
+ }
+ CALL_CANCELLABLE_EVENT(DrawBossHealthHUDEvent){
+ HUD_DrawBossHealth();
}
- HUD_DrawBossHealth();
}
} else {
for (i = 0; i < gCamCount; i++) {