diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-08-30 15:10:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-31 01:10:43 +0300 |
| commit | 2036d9c34fa252cd499e7be5c256adbdba724003 (patch) | |
| tree | 349d1992584b8a916f06b97093b0ea15fb0364b9 /src/d/actor/d_a_e_arrow.cpp | |
| parent | 5d46f1fc224ffab7d475498df8f6018e73c6741b (diff) | |
obj_geyer and obj_ktOnFire done (#2619)
* obj_geyer and obj_ktOnFire done
* pr
Diffstat (limited to 'src/d/actor/d_a_e_arrow.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_arrow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_arrow.cpp b/src/d/actor/d_a_e_arrow.cpp index 13cb088089..5ea1178154 100644 --- a/src/d/actor/d_a_e_arrow.cpp +++ b/src/d/actor/d_a_e_arrow.cpp @@ -154,7 +154,7 @@ static void hit_check(e_arrow_class* i_this) { cXyz sp114(0.3f, 0.3f, 0.3f); i_this->mStickSmokeEMKey = dComIfGp_particle_set( - i_this->mStickSmokeEMKey, dPa_name::ZI_J_dashSmoke_a_e, &i_this->current.pos, + i_this->mStickSmokeEMKey, ID_ZI_J_DASHSMOKE_A, &i_this->current.pos, &i_this->tevStr, &i_this->shape_angle, &sp114, 0xFF, NULL, -1, NULL, NULL, NULL); } else { cXyz sp120 = i_this->current.pos + (i_this->speed * 0.5f); |
