diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-26 22:18:04 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-26 22:18:04 -0400 |
| commit | bafd8aba628a0f525e6ec1c334adf8531ae61c82 (patch) | |
| tree | c5b5d7d160e51723ffdfca839e4c7da041f570e0 /src/d/actor/d_a_npc_fa1.cpp | |
| parent | 2dced07761c17ee0eff709173e78420d392058ff (diff) | |
Implement some more JPAEmitter inlines
Diffstat (limited to 'src/d/actor/d_a_npc_fa1.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_fa1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_fa1.cpp b/src/d/actor/d_a_npc_fa1.cpp index cad2ba8a..04b58217 100644 --- a/src/d/actor/d_a_npc_fa1.cpp +++ b/src/d/actor/d_a_npc_fa1.cpp @@ -323,7 +323,7 @@ BOOL daNpc_Fa1_c::_execute() { setPointLightParam(); } if (isLinkMode() && mpEmitter != NULL) { - mpEmitter->mRate = 1.0f; + mpEmitter->setRate(1.0f); } dComIfGp_att_LookRequest(this, 400.0f, 300.0f, -300.0f, 0x6000, 1); return TRUE; |
