From b07c7e690efdf056566be0a52dacc3eaf8c09d64 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Wed, 4 Mar 2026 17:05:31 -0600 Subject: [PATCH] Change `wavePreSteps` type from `u16` to `s16` in `d_menu_cloth` for alignment with signed calculations. --- include/d/d_menu_cloth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d/d_menu_cloth.h b/include/d/d_menu_cloth.h index 8f2c72299..ed4acdf5e 100644 --- a/include/d/d_menu_cloth.h +++ b/include/d/d_menu_cloth.h @@ -101,7 +101,7 @@ public: /* 0x0048 */ s16 lightPitch; /* 0x004a */ s16 lightYaw; /* 0x004c */ f32 lightDistance; - /* 0x0050 */ u16 wavePreSteps; + /* 0x0050 */ s16 wavePreSteps; /* 0x0054 */ f32 maxStep; };