diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 02:55:25 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 02:55:25 -0300 |
| commit | ccb74bd0fe37f6de5516e2ecd2eb52487a02f416 (patch) | |
| tree | fefc8596b2e56b6a676610e19926e561f14cb02f /include | |
| parent | e073a7d0d7d7713283467a9ad8ef6b9aef527f41 (diff) | |
rightState -> rightWingState
Diffstat (limited to 'include')
| -rw-r--r-- | include/sf64player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64player.h b/include/sf64player.h index a420875f..3c75f49a 100644 --- a/include/sf64player.h +++ b/include/sf64player.h @@ -128,7 +128,7 @@ typedef struct PlayerShot { } PlayerShot; // size = 0x70 typedef struct ArwingInfo { // ArArwingInfo - /* 0x00 */ u8 rightState; // rightWingState + /* 0x00 */ u8 rightWingState; // rightWingState /* 0x01 */ u8 leftState; // leftWingState /* 0x04 */ f32 unk_04; // upperRightFlapYrot /* 0x08 */ f32 unk_08; // bottomRightFlapYrot |
