Add extra brackets to collision src structs

This commit is contained in:
LagoLunatic
2025-08-03 20:41:05 -04:00
parent 8b4e0d8d48
commit 816f08fc7c
159 changed files with 825 additions and 825 deletions
+9 -9
View File
@@ -194,11 +194,11 @@ static cPhs_State daPH_Create(fopAc_ac_c*) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGCylS
{
/* Center */ 0.0f, 0.0f, 0.0f,
{{
/* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 15.0f,
/* Height */ 0.0f,
},
}},
};
static dCcD_SrcCyl tg_hit_puropera_co_cyl = {
// dCcD_SrcGObjInf
@@ -223,11 +223,11 @@ static cPhs_State daPH_Create(fopAc_ac_c*) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGCylS
{
/* Center */ 0.0f, 0.0f, 0.0f,
{{
/* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 15.0f,
/* Height */ 0.0f,
},
}},
};
static dCcD_SrcSph body_co_sph_src = {
// dCcD_SrcGObjInf
@@ -252,10 +252,10 @@ static cPhs_State daPH_Create(fopAc_ac_c*) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGSphS
{
/* Center */ 0.0f, 0.0f, 0.0f,
{{
/* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 15.0f,
},
}},
};
}