From 75f4940f5e086a5e86d83192af511db0040530e7 Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Mon, 4 May 2026 11:29:29 -0400 Subject: [PATCH] set field_0xbaf variable like all the other conditions --- src/d/actor/d_a_e_oct_bg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d/actor/d_a_e_oct_bg.cpp b/src/d/actor/d_a_e_oct_bg.cpp index 5ee1e6428d..94fa69596b 100644 --- a/src/d/actor/d_a_e_oct_bg.cpp +++ b/src/d/actor/d_a_e_oct_bg.cpp @@ -520,6 +520,7 @@ void daE_OctBg_c::core_fish_attack() { #if AVOID_UB else { in_f31 = cM_rndF(400.0f) + 80.0f; + field_0xbaf = cM_rndFX(80.0f) + 100.0f; } #endif } else if (current.pos.abs(cStack_5c) < 400.0f) {