diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-09 16:14:24 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-09 16:14:24 -0400 |
| commit | a27e5b33793acd1b11d74f59c12799548d460bb0 (patch) | |
| tree | d21d6cd168072d44afef0ea17885106d688986ed /src/d/actor/d_a_npc_os.cpp | |
| parent | 4ea011a9ed9cd51d6a76129b95b754e2eca357e7 (diff) | |
Some enum/define cleanup
Diffstat (limited to 'src/d/actor/d_a_npc_os.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_os.cpp b/src/d/actor/d_a_npc_os.cpp index bce079e4..944e08d0 100644 --- a/src/d/actor/d_a_npc_os.cpp +++ b/src/d/actor/d_a_npc_os.cpp @@ -290,7 +290,7 @@ BOOL daNpc_Os_c::createHeap() { mAcchCir[0].SetWall(20.0f, 40.0f); mAcchCir[1].SetWall(60.0f, 40.0f); - mAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 2, &mAcchCir[0], fopAcM_GetSpeed_p(this)); + mAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 2, &mAcchCir[0], fopAcM_GetSpeed_p(this)); mAcch.OnLineCheck(); mAcch.ClrRoofNone(); mAcch.SetRoofCrrHeight(120.0f); |
