mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Fix collision struct formatting
This commit is contained in:
@@ -32,11 +32,11 @@ static dCcD_SrcCps l_cps_src_body = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCpsS
|
||||
{
|
||||
/* Start */ 0.0f, 50.0f, -100.0f,
|
||||
/* End */ 0.0f, 50.0f, 100.0f,
|
||||
{{
|
||||
/* Start */ {0.0f, 50.0f, -100.0f},
|
||||
/* End */ {0.0f, 50.0f, 100.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -63,11 +63,11 @@ static dCcD_SrcCps l_cps_src_huta = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCpsS
|
||||
{
|
||||
/* Start */ 0.0f, 50.0f, -100.0f,
|
||||
/* End */ 0.0f, 50.0f, 100.0f,
|
||||
{{
|
||||
/* Start */ {0.0f, 50.0f, -100.0f},
|
||||
/* End */ {0.0f, 50.0f, 100.0f},
|
||||
/* Radius */ 25.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user