diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
| commit | 341f329dde9d36a65d3bc9ce3bc09f9152944cfb (patch) | |
| tree | 4fcb33935e72da9f5e2bf93f2372c4d88c467d5b /src/d/actor/d_a_npc_roten.cpp | |
| parent | 0c6c84d675dcfd2f795c27c2ba349fa0b9db70ab (diff) | |
d_a_obj_vgnfd OK, d_a_obj_doguu OK, clean up weak-but-not-inlined funcs in finished actors
Diffstat (limited to 'src/d/actor/d_a_npc_roten.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_roten.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_npc_roten.cpp b/src/d/actor/d_a_npc_roten.cpp index 360c27db..118bcf71 100644 --- a/src/d/actor/d_a_npc_roten.cpp +++ b/src/d/actor/d_a_npc_roten.cpp @@ -2051,15 +2051,15 @@ void daNpcRoten_c::eventOrder() { } } else if(field_0x9B7 == 3) { - fopAcM_orderOtherEventId(this, field_0x99E, 0xFF, 0xFF7F, 0, 1); + fopAcM_orderOtherEventId(this, field_0x99E, 0xFF, 0xFF7F); field_0x9B2 |= 0x4000; } else if(field_0x9B7 == 4) { - fopAcM_orderOtherEventId(this, field_0x9A0, 0xFF, 0xFF7F, 0, 1); + fopAcM_orderOtherEventId(this, field_0x9A0, 0xFF, 0xFF7F); field_0x9B2 |= 0x4000; } else if(field_0x9B7 == 5) { - fopAcM_orderOtherEventId(this, field_0x9A2, 0xFF, 0xFF7F, 0, 1); + fopAcM_orderOtherEventId(this, field_0x9A2, 0xFF, 0xFF7F); field_0x9B2 |= 0x4000; } else if(field_0x9B7 == 6) { |
