mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Fix collision struct formatting
This commit is contained in:
@@ -161,11 +161,11 @@ static dCcD_SrcCps at_cps_src = {
|
||||
|
||||
},
|
||||
// cM3dGCpsS
|
||||
{
|
||||
/* Start */ 0.0f, 0.0f, 0.0f,
|
||||
/* End */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Start */ {0.0f, 0.0f, 0.0f},
|
||||
/* End */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const s16 daBoko_HIO_c0::throw_timer = 2;
|
||||
|
||||
Reference in New Issue
Block a user