mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-06 06:04:25 -04:00
WingInfo -> ArwingInfo
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 $";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user