diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-22 23:26:48 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-22 23:26:48 -0400 |
| commit | bc74b63d11178e432096fa7e25d454c208ca2225 (patch) | |
| tree | c2b2fca30f0358313cf13eca72546aeb4f6e6a95 /src/d/actor/d_a_obj_kanoke.cpp | |
| parent | 77cc6a61194623890f41ba1caa3e245d291d51b1 (diff) | |
Fix collision struct formatting
Diffstat (limited to 'src/d/actor/d_a_obj_kanoke.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_kanoke.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/d/actor/d_a_obj_kanoke.cpp b/src/d/actor/d_a_obj_kanoke.cpp index 3be3e636..a2d61d8a 100644 --- a/src/d/actor/d_a_obj_kanoke.cpp +++ b/src/d/actor/d_a_obj_kanoke.cpp @@ -32,11 +32,11 @@ static dCcD_SrcCps l_cps_src_body = { /* SrcGObjCo SPrm */ 0, }, // cM3dGCpsS - { - /* Start */ 0.0f, 50.0f, -100.0f, - /* End */ 0.0f, 50.0f, 100.0f, + {{ + /* Start */ {0.0f, 50.0f, -100.0f}, + /* End */ {0.0f, 50.0f, 100.0f}, /* Radius */ 100.0f, - }, + }}, }; @@ -63,11 +63,11 @@ static dCcD_SrcCps l_cps_src_huta = { /* SrcGObjCo SPrm */ 0, }, // cM3dGCpsS - { - /* Start */ 0.0f, 50.0f, -100.0f, - /* End */ 0.0f, 50.0f, 100.0f, + {{ + /* Start */ {0.0f, 50.0f, -100.0f}, + /* End */ {0.0f, 50.0f, 100.0f}, /* Radius */ 25.0f, - }, + }}, }; |
