mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 21:41:59 +00:00
Fixed minor style inconsistencies for CollisionCheckInfoInit (#1603)
This commit is contained in:
parent
25ff0a27de
commit
dcab429bf2
7 changed files with 7 additions and 19 deletions
|
@ -66,9 +66,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 20, 46, 0, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit2 sColChkInfoInit = {
|
||||
0, 0, 0, 0, MASS_IMMOVABLE,
|
||||
};
|
||||
static CollisionCheckInfoInit2 sColChkInfoInit = { 0, 0, 0, 0, MASS_IMMOVABLE };
|
||||
|
||||
typedef enum {
|
||||
/* 0 */ ENGO_ANIM_0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue