mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
Change wavePreSteps type from u16 to s16 in d_menu_cloth for alignment with signed calculations.
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
/* 0x0048 */ s16 lightPitch;
|
||||
/* 0x004a */ s16 lightYaw;
|
||||
/* 0x004c */ f32 lightDistance;
|
||||
/* 0x0050 */ u16 wavePreSteps;
|
||||
/* 0x0050 */ s16 wavePreSteps;
|
||||
/* 0x0054 */ f32 maxStep;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user