mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -34,11 +34,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
/* Height */ 150.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl l_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -63,11 +63,11 @@ static dCcD_SrcCyl l_co_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 130.0f,
|
||||
/* Height */ 170.0f,
|
||||
}
|
||||
}}
|
||||
};
|
||||
static dCcD_SrcCyl at_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -92,11 +92,11 @@ static dCcD_SrcCyl at_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
/* Height */ 150.0f,
|
||||
}
|
||||
}}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user