Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Sep 22, 2024
1 parent e5613d4 commit 64559fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/it_26B1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ bool it_8026C1B4(HSD_GObj* gobj)
u32 it_8026C1D4(void)
{
ItLGunVars* lgun = it_804D6D24[It_Kind_L_Gun]->x4_specialAttributes;
return lgun->x0;
return lgun->timer;
}

/// Check if item has grabbed a GObj?
Expand Down

0 comments on commit 64559fb

Please sign in to comment.