1
0
Fork 0
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:
Phil 2024-01-05 17:57:05 -06:00 committed by GitHub
parent 25ff0a27de
commit dcab429bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 19 deletions

View file

@ -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,