diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
| commit | 061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch) | |
| tree | 2af696561f546013a17c96c6bc3155b683e19ccb /src/d/actor/d_a_obj_warpt.cpp | |
| parent | 70a0a15b353605bee794a204248f53bcb057673e (diff) | |
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_obj_warpt.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_warpt.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/actor/d_a_obj_warpt.cpp b/src/d/actor/d_a_obj_warpt.cpp index cf70d8bc..7de3040c 100644 --- a/src/d/actor/d_a_obj_warpt.cpp +++ b/src/d/actor/d_a_obj_warpt.cpp @@ -370,13 +370,13 @@ void daObj_Warpt_c::breakHuta(int arg1) { switch (arg1) { case 0: - dComIfGp_particle_set(dPa_name::ID_SCENE_8165, &m830); - dComIfGp_particle_set(dPa_name::ID_SCENE_8166, &m830); + dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTFIRE00, &m830); + dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTFIRE01, &m830); break; case 1: fopAcM_seStart(this, JA_SE_OBJ_COL_BRK_WRAILING, 0); - dComIfGp_particle_set(dPa_name::ID_COMMON_03E5, &m830, NULL, NULL, 0xff, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0); + dComIfGp_particle_set(dPa_name::ID_IT_JN_TR_HAHEN_A, &m830, NULL, NULL, 0xff, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0); #if VERSION > VERSION_DEMO if (mpLidBgW != NULL && mpLidBgW->ChkUsed()) #endif @@ -437,7 +437,7 @@ void daObj_Warpt_c::checkHitSE() { /* 000010E0-00001178 .text modeOpenInit__13daObj_Warpt_cFv */ void daObj_Warpt_c::modeOpenInit() { if (m844.getEmitter() == NULL) { - dComIfGp_particle_set(dPa_name::ID_SCENE_8161, ¤t.pos, NULL, NULL, 0xff, &m844, -1, &m86C, &m870); + dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTOPEN00, ¤t.pos, NULL, NULL, 0xff, &m844, -1, &m86C, &m870); } m858.remove(); } @@ -449,7 +449,7 @@ void daObj_Warpt_c::modeOpen() { /* 000011E8-00001258 .text modeCloseInit__13daObj_Warpt_cFv */ void daObj_Warpt_c::modeCloseInit() { - dComIfGp_particle_set(dPa_name::ID_SCENE_8162, ¤t.pos, NULL, NULL, 0xff, &m858, -1, &m86C, &m870); + dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTCLOSE00, ¤t.pos, NULL, NULL, 0xff, &m858, -1, &m86C, &m870); } /* 00001258-00001388 .text modeClose__13daObj_Warpt_cFv */ |
