mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
Change mWaveProgress type from u16 to s16 in d_menu_cloth for consistency with signed calculations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user