Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Aug 3, 2024
1 parent caff8a8 commit 0f1eae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/JSystem/J3DGraphAnimator/J3DModelData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void J3DJointTree::makeHierarchy(J3DNode* pRootNode, const J3DModelHierarchy** p

/* 802ED108-802ED130 .text clear__12J3DModelDataFv */
void J3DModelData::clear() {
mpRawData = NULL;
mBinary = NULL;
mFlags = 0;
mbHasBumpArray = 0;
mbHasBillboard = 0;
Expand Down
6 changes: 3 additions & 3 deletions src/d/d_com_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ u32 daObjLight::Act_c::M_S_pre_set_frame_FRRS;
u8 daObjLight::Act_c::M_S_lod_access;

/* 80056790-800567F8 .text renew_light_angle__Q210daObjLight5Act_cFv */
BOOL daObjLight::Act_c::renew_light_angle() {
bool daObjLight::Act_c::renew_light_angle() {
M_S_lod_access = 1;
if (dKy_daynight_check() == 1) {
if (dComIfGs_isEventBit(0x1C02) == 1) {
set_light_dif_angle_LOD(get_light_dif_angle() + 0x80);
return TRUE;
return true;
}
}
return FALSE;
return false;
}

/* 800567F8-80056824 .text get_light_angle__Q210daObjLight5Act_cFv */
Expand Down

0 comments on commit 0f1eae5

Please sign in to comment.