Change mWaveProgress type from u16 to s16 in d_menu_cloth for consistency with signed calculations.

This commit is contained in:
Briggs Baltzell
2026-03-04 17:11:19 -06:00
parent 8834e7314d
commit a74af799e5
+1 -1
View File
@@ -56,7 +56,7 @@ public:
/* 0x0004 */ u16 unused_0x4;
/* 0x0006 */ u8 field_0x6[0x08 - 0x06];
/* 0x0008 */ u16 mWaveProgress;
/* 0x0008 */ s16 mWaveProgress;
/* 0x000A */ s16 mFadeInCounter;
/* 0x000C */ u8 mAlphaOut;
/* 0x000D */ u8 mCurrentAlpha;