mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Fix collision struct formatting
This commit is contained in:
@@ -36,12 +36,12 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjTg SPrm */ cCcD_TgSPrm_IsPlayer_e,
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cCcD_SrcCylAttr
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
// cM3dGCylS
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
/* Height */ 200.0f,
|
||||
}
|
||||
}},
|
||||
};
|
||||
|
||||
const struct {
|
||||
|
||||
Reference in New Issue
Block a user