mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 18:36:40 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -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, ¤t.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,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user