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_tide.cpp | |
| parent | 70a0a15b353605bee794a204248f53bcb057673e (diff) | |
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_obj_tide.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_tide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_tide.cpp b/src/d/actor/d_a_obj_tide.cpp index e195aa1c..9e20747c 100644 --- a/src/d/actor/d_a_obj_tide.cpp +++ b/src/d/actor/d_a_obj_tide.cpp @@ -442,7 +442,7 @@ void Act_c::mode_gmtw_demo() { if (--m2F4 <= 0) { m2F6 = 2; } else if (m2F4 == 0x3b) { - dComIfGp_particle_set(dPa_name::ID_SCENE_814D, &a_this->current.pos); + dComIfGp_particle_set(dPa_name::ID_IT_SN_MT_WATER00, &a_this->current.pos); dComIfG_Bgsp()->Regist(mpBgW, a_this); m2F7 = true; } |
