mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-03-26 16:57:45 -07:00
avoid ub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user