more misc. cleanup (#2232)

This commit is contained in:
Caroline Madsen
2024-10-31 20:36:11 -04:00
committed by GitHub
parent 30777a85b5
commit 09423b6fa0
121 changed files with 2254 additions and 17343 deletions
+2 -3
View File
@@ -13,9 +13,8 @@ int daObjEff::Act_c::_create() {
fopAcM_SetupActor(this, Act_c);
if (daObj::PrmAbstract<Act_c::Prm_e>(this, PRM_8, PRM_0) == 3) {
s32 roomNo = fopAcM_GetRoomNo(this);
dComIfGp_particle_setColor(0x00E7, &current.pos, NULL, NULL, NULL, 0.0f, 55, NULL, &scale,
NULL, roomNo, &scale);
NULL, fopAcM_GetRoomNo(this), &scale);
}
return cPhs_ERROR_e;
@@ -84,4 +83,4 @@ extern actor_process_profile_definition g_profile_Obj_Eff = {
0x40000,
fopAc_ACTOR_e,
fopAc_CULLBOX_0_e,
};
};