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:
@@ -61,11 +61,11 @@ const dCcD_SrcCyl daObjMtest::Act_c::M_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 000000EC-00000198 .text chk_appear__Q210daObjMtest5Act_cFv */
|
||||
|
||||
Reference in New Issue
Block a user