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_beam.cpp | |
| parent | 70a0a15b353605bee794a204248f53bcb057673e (diff) | |
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_beam.cpp')
| -rw-r--r-- | src/d/actor/d_a_beam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_beam.cpp b/src/d/actor/d_a_beam.cpp index cdc957ee..70361f98 100644 --- a/src/d/actor/d_a_beam.cpp +++ b/src/d/actor/d_a_beam.cpp @@ -513,7 +513,7 @@ void daBeam_c::timer_change() { m5F6--; if (m5F6 > 0) { if (m690 == NULL) { - m690 = dComIfGp_particle_set(dPa_name::ID_SCENE_8121, ¤t.pos); + m690 = dComIfGp_particle_set(dPa_name::ID_AK_SN_LASERROOT00, ¤t.pos); } if (m5F4 == 0) { |
