rando rider ub

This commit is contained in:
gymnast86
2026-05-15 09:09:19 -07:00
parent 64720ef0e0
commit 0a0f1e9a04
+4
View File
@@ -204,7 +204,11 @@ static void e_rb_move(e_rb_class* i_this) {
spC.x = i_this->field_0xa10.x - enemy->current.pos.x;
spC.z = i_this->field_0xa10.z - enemy->current.pos.z;
#if AVOID_UB
f32 speed_target{};
#else
f32 speed_target;
#endif
switch (i_this->mode) {
case 0:
i_this->mode = 1;