mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 04:02:50 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -161,8 +161,7 @@ static void action(b_oh2_class* i_this) {
|
||||
mDoMtx_stack_c::XrotM(i_this->shape_angle.x);
|
||||
i_this->mpMorf->getModel()->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
|
||||
int roomNo = fopAcM_GetRoomNo(i_this);
|
||||
i_this->mpMorf->play(0, dComIfGp_getReverb(roomNo));
|
||||
i_this->mpMorf->play(0, dComIfGp_getReverb(fopAcM_GetRoomNo(i_this)));
|
||||
|
||||
if (boss->speedF <= 1.0f) {
|
||||
i_this->mpBrk->setFrame(0.0f);
|
||||
@@ -326,4 +325,4 @@ extern actor_process_profile_definition g_profile_B_OH2 = {
|
||||
0x44000,
|
||||
fopAc_ENEMY_e,
|
||||
fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user