Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronB-Hub committed Sep 22, 2024
1 parent 0ecb818 commit 0769869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/melee/it/itCommonItems.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ typedef struct ItLGunBeamVars {
} ItLGunBeamVars;

typedef struct ItLGunBeamAttr {
float lifetime; // lifetime - [18]
float x4; // related to position calcs for var angle1 - [1]
float x8; // related to position calcs for var angle1 - [2]
float xC; // related to position calcs for var angle0 - [1.22173]
float x10; // related to position calcs for var angle0 - [2/3 * pi]
float lifetime; // lifetime - [18]
float x4; // related to position calcs for var angle1 - [1]
float x8; // related to position calcs for var angle1 - [2]
float xC; // related to position calcs for var angle0 - [1.22173]
float x10; // related to position calcs for var angle0 - [2/3 * pi]
} ItLGunBeamAttr;

/// Eggs spawned on Yoshi stages / by Chansey
Expand Down
2 changes: 1 addition & 1 deletion src/melee/it/items/itfoxblaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,4 +1131,4 @@ void it_802AF184(Item_GObj* item_gobj, HSD_GObj* ref_gobj)
// Remove all GObj interaction references from item
// Returns whether or not the referenced_gobj was the #Item::owner.
it_8026B894(item_gobj, ref_gobj);
}
}

0 comments on commit 0769869

Please sign in to comment.