Change wavePreSteps type from u16 to s16 in d_menu_cloth for alignment with signed calculations.

This commit is contained in:
Briggs Baltzell
2026-03-04 17:05:31 -06:00
parent ac76b6e26d
commit b07c7e690e
+1 -1
View File
@@ -101,7 +101,7 @@ public:
/* 0x0048 */ s16 lightPitch;
/* 0x004a */ s16 lightYaw;
/* 0x004c */ f32 lightDistance;
/* 0x0050 */ u16 wavePreSteps;
/* 0x0050 */ s16 wavePreSteps;
/* 0x0054 */ f32 maxStep;
};