summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bst.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-03 20:41:05 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-03 20:41:05 -0400
commit816f08fc7ce3de1a7922721d46bde56555932fd1 (patch)
tree2021378923b9e3d49d9dbeb4ef55e6e9653159fa /src/d/actor/d_a_bst.cpp
parent8b4e0d8d488e4fc8d006716e96d02eda774b4606 (diff)
Add extra brackets to collision src structs
Diffstat (limited to 'src/d/actor/d_a_bst.cpp')
-rw-r--r--src/d/actor/d_a_bst.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/d/actor/d_a_bst.cpp b/src/d/actor/d_a_bst.cpp
index c7140e25..25a436ab 100644
--- a/src/d/actor/d_a_bst.cpp
+++ b/src/d/actor/d_a_bst.cpp
@@ -2444,11 +2444,11 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGCylS
- {
- /* Center */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 100.0f,
/* Height */ 400.0f,
- },
+ }},
};
static dCcD_SrcCyl core_cyl_src = {
// dCcD_SrcGObjInf
@@ -2473,11 +2473,11 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGCylS
- {
- /* Center */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 50.0f,
/* Height */ 200.0f,
- },
+ }},
};
static dCcD_SrcSph finger_sph_src = {
// dCcD_SrcGObjInf
@@ -2502,10 +2502,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGSphS
- {
- /* Center */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 30.0f,
- },
+ }},
};
static dCcD_SrcSph eye_sph_src = {
// dCcD_SrcGObjInf
@@ -2530,10 +2530,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGSphS
- {
- /* Center */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 30.0f,
- },
+ }},
};
static dCcD_SrcSph beam_sph_src = {
// dCcD_SrcGObjInf
@@ -2558,10 +2558,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGSphS
- {
- /* Center */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 60.0f,
- },
+ }},
};
fopAcM_SetupActor(a_this, bst_class);