diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
| commit | cd777aa35b59bf133b98be741a91d771fa7a2c9a (patch) | |
| tree | bab79048f8d6a6791b30e0070ee289777813aa64 /src/d/actor/d_a_obj_hha.cpp | |
| parent | 6a64986a399d4033803331596167d9a694f1fc9a (diff) | |
object-particle OK
Diffstat (limited to 'src/d/actor/d_a_obj_hha.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_hha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_hha.cpp b/src/d/actor/d_a_obj_hha.cpp index 6765a74d..9014d65b 100644 --- a/src/d/actor/d_a_obj_hha.cpp +++ b/src/d/actor/d_a_obj_hha.cpp @@ -183,7 +183,7 @@ void daObjHhaSplash_c::create_s(u16 particleID, cXyz* pPos, float offsetY, float mBasePos = mPos; mAngle = *pAngle; dComIfGp_particle_set(particleID, &mPos, &mAngle, NULL, 255, &mSplashCb); - bIsActive = true; + mbIsActive = true; } /* 00000698-000008AC .text create_area__15daObjHhaYgush_cFPCc */ |
