summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/fox_enmy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/fox_enmy.c b/src/engine/fox_enmy.c
index e5b1f318..6224403a 100644
--- a/src/engine/fox_enmy.c
+++ b/src/engine/fox_enmy.c
@@ -1498,7 +1498,11 @@ void ActorMissileSeek_Update(Actor* this) {
Vec3f sp98;
Vec3f sp8C;
f32 sp88;
+#ifdef AVOID_UB
+ f32 sp84 = 0;
+#else
f32 sp84;
+#endif
f32 sp80;
f32 sp7C;
f32 sp78;