diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
| commit | 048d242eef520cc257914cbc56c009ea8e8dc130 (patch) | |
| tree | 073a8dd8a9af0cdb2edb39eca8735ae2dd73db16 /src/d/actor/d_a_bdk.cpp | |
| parent | ae94c57e7398b0e1c65970cae062caaa58377880 (diff) | |
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/d/actor/d_a_bdk.cpp')
| -rw-r--r-- | src/d/actor/d_a_bdk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bdk.cpp b/src/d/actor/d_a_bdk.cpp index e176ee25..d687a943 100644 --- a/src/d/actor/d_a_bdk.cpp +++ b/src/d/actor/d_a_bdk.cpp @@ -434,7 +434,7 @@ void kamen_draw(bdk_class* i_this) { if (i_this->m8F8 <= 3) { g_env_light.setLightTevColorType(kamen_model, &actor->tevStr); i_this->bva->setFrame(kamen_pt[i_this->m8F8]); - i_this->bva->entry(kamen_model, i_this->bva->getFrame()); + i_this->bva->entry(kamen_model); mDoExt_modelUpdateDL(kamen_model); } } @@ -1791,7 +1791,7 @@ void start(bdk_class* i_this) { } if (i_this->m2EC[0] == (s16)(REG8_S(8) + 5)) { fopAcM_monsSeStart(actor, JA_SE_CV_DK_ENTER, 0); - i_this->m61B0.end(); + i_this->m61B0.remove(); for (s32 i = 0; i < 2; i++) { JPABaseEmitter* emitter = dComIfGp_particle_set(dPa_name::ID_SCENE_8158, &actor->current.pos, &actor->shape_angle, NULL, 0xFF, NULL, (s8)fopAcM_GetRoomNo(actor), |
