Skip to content

Commit

Permalink
Fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Sep 22, 2024
1 parent 64559fb commit 3f19cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/items/itlgun.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void it_8028E738(Item_GObj* gobj)
Item* ip = gobj->user_data;
ItLGunAttr* item_spec_attr = ip->xC4_article_data->x4_specialAttributes;
ip->xD4C = item_spec_attr->x0;
ip->xDD4_itemVar.lgun.timer = false;
ip->xDD4_itemVar.lgun.timer = 0;
it_8028E860(gobj);
}

Expand Down

0 comments on commit 3f19cff

Please sign in to comment.