diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 02:05:53 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-08-15 02:05:53 -0300 |
| commit | 8d3d4cd2d06b3efb4716b39d9f2f1391037ed737 (patch) | |
| tree | 7477d599902ba6f8611c7200da53fdee271a635a /src | |
| parent | e291a588e5035165013896bd6c3cd01189149bd2 (diff) | |
WingInfo -> ArwingInfo
Diffstat (limited to 'src')
| -rw-r--r-- | src/engine/fox_display.c | 4 | ||||
| -rw-r--r-- | src/engine/fox_edisplay.c | 2 | ||||
| -rw-r--r-- | src/overlays/ovl_ending/fox_end2.c | 2 | ||||
| -rw-r--r-- | src/overlays/ovl_menu/fox_map.c | 2 | ||||
| -rw-r--r-- | src/overlays/ovl_menu/fox_title.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/engine/fox_display.c b/src/engine/fox_display.c index b95501e3..0f54600c 100644 --- a/src/engine/fox_display.c +++ b/src/engine/fox_display.c @@ -450,7 +450,7 @@ void Display_SetCullingMode(void) { } bool Display_ArwingWingsOverrideLimbDraw(s32 limbIndex, Gfx** gfxPtr, Vec3f* pos, Vec3f* rot, void* wingData) { - WingInfo* wings = (WingInfo*) wingData; + ArwingInfo* wings = (ArwingInfo*) wingData; if (D_display_800CA22C && (gPlayer[0].dmgEffect == 0)) { RCP_SetupDL(&gMasterDisp, SETUPDL_29); @@ -558,7 +558,7 @@ bool Display_ArwingWingsOverrideLimbDraw(s32 limbIndex, Gfx** gfxPtr, Vec3f* pos return false; } -void Display_ArwingWings(WingInfo* wings) { +void Display_ArwingWings(ArwingInfo* wings) { Vec3f sp68[30]; s32 modelId; diff --git a/src/engine/fox_edisplay.c b/src/engine/fox_edisplay.c index bfc66fcb..be786487 100644 --- a/src/engine/fox_edisplay.c +++ b/src/engine/fox_edisplay.c @@ -26,7 +26,7 @@ Vec3f D_edisplay_801615D0; Vec3f sViewPos; bool sDrewActor; Matrix D_edisplay_801615F0; -WingInfo D_edisplay_80161630; +ArwingInfo D_edisplay_80161630; char D_edisplay_800CF970[] = "$Id: fox_edisplay.c,v 1.196 1997/05/08 08:31:50 morita Exp $"; diff --git a/src/overlays/ovl_ending/fox_end2.c b/src/overlays/ovl_ending/fox_end2.c index 760eca44..c1402d74 100644 --- a/src/overlays/ovl_ending/fox_end2.c +++ b/src/overlays/ovl_ending/fox_end2.c @@ -3,7 +3,7 @@ #include "assets/ast_ending_expert.h" #include "assets/ast_allies.h" -WingInfo D_ending_80198590; +ArwingInfo D_ending_80198590; Vec3f D_ending_801985D0; Vec3f D_ending_801985E0; Vec3f D_ending_801985F0; diff --git a/src/overlays/ovl_menu/fox_map.c b/src/overlays/ovl_menu/fox_map.c index 77849035..ca0f8e2f 100644 --- a/src/overlays/ovl_menu/fox_map.c +++ b/src/overlays/ovl_menu/fox_map.c @@ -2215,7 +2215,7 @@ void Map_801A0D14(void) { void Map_801A116C(void) { static f32 D_menu_801B6970 = 35.0f; - WingInfo wings; + ArwingInfo wings; Vec3f dest; Vec3f src; s32 colR = 30, colG = 9, colB = 5; diff --git a/src/overlays/ovl_menu/fox_title.c b/src/overlays/ovl_menu/fox_title.c index 2498addb..8baef4d0 100644 --- a/src/overlays/ovl_menu/fox_title.c +++ b/src/overlays/ovl_menu/fox_title.c @@ -2232,7 +2232,7 @@ void Title_8018CD9C(CameraPoint* pos, CameraPoint* arg1, f32 weight, s32 arg3) { } void Title_8018D2B8(s32 arg0) { - WingInfo wings; + ArwingInfo wings; Lights_SetOneLight(&gMasterDisp, D_menu_801B82E0, D_menu_801B82E4, D_menu_801B82E8, gLight1R, gLight1G, gLight1B, gAmbientR, gAmbientG, gAmbientB); |
