mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -33,11 +33,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 */ 50.0f,
|
||||
/* Height */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 00000078-00000080 .text _delete__8daSwAt_cFv */
|
||||
|
||||
Reference in New Issue
Block a user