diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 15:00:48 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 15:00:48 -0500 |
| commit | 46ffaf283912a736ce6dc6922a4fb31b17cbe708 (patch) | |
| tree | 5e96f0a4cd96695f3307a547a0d8b66f4328267f /src/d/d_a_obj.cpp | |
| parent | c2625b0369e5d62e00333320b29563a2c20c510e (diff) | |
add default params to fopacm create funcs
Diffstat (limited to 'src/d/d_a_obj.cpp')
| -rw-r--r-- | src/d/d_a_obj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_a_obj.cpp b/src/d/d_a_obj.cpp index 116c169b..0df2b03c 100644 --- a/src/d/d_a_obj.cpp +++ b/src/d/d_a_obj.cpp @@ -52,7 +52,7 @@ namespace daObj { cXyz scaleV; scaleV.setall(scale); scaleV *= (5.0f / 3.0f); - fopAcM_create(PROC_Obj_Eff, 3, &ac->current.pos, -1, NULL, &scaleV, 0xFF, NULL); + fopAcM_create(PROC_Obj_Eff, 3, &ac->current.pos, -1, NULL, &scaleV); } break; } |
