From e8391e8e0fec3b665e6f17c8809d0c899cef24ab Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 3 Jan 2026 02:38:21 -0300 Subject: [PATCH] partial starfield floats --- src/engine/fox_bg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/fox_bg.c b/src/engine/fox_bg.c index 0e0ca9a4..9c3c60c8 100644 --- a/src/engine/fox_bg.c +++ b/src/engine/fox_bg.c @@ -360,8 +360,8 @@ void Background_DrawStarfield(void) { void Background_DrawPartialStarfield(s32 yMin, s32 yMax) { // Stars that are in the Epilogue f32 by; f32 bx; - s16 vy; - s16 vx; + f32 vy; + f32 vx; s32 i; s32 var_s2; f32 cos;