diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 15:08:24 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 15:08:24 -0500 |
| commit | 69444ef01e9bfa9e278fa61b44ea9bb4b450cce9 (patch) | |
| tree | fd9f87575e9415520bb13768236777dd4747a9c8 /src/d/actor/d_a_obj_movebox.cpp | |
| parent | 82b429b72f53fc0faa7ada5f84e76ff5169d129b (diff) | |
use enums and inlines in more places
Diffstat (limited to 'src/d/actor/d_a_obj_movebox.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_movebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_movebox.cpp b/src/d/actor/d_a_obj_movebox.cpp index 150c8e37..25442733 100644 --- a/src/d/actor/d_a_obj_movebox.cpp +++ b/src/d/actor/d_a_obj_movebox.cpp @@ -1445,7 +1445,7 @@ namespace daObjMovebox { mChildPID = fopAcM_createChild( PROC_Obj_Mkie, fopAcM_GetID(this), mkieParams, &mkiePos, - fopAcM_GetRoomNo(this), &shape_angle, NULL, -1, NULL + fopAcM_GetRoomNo(this), &shape_angle ); } |
