Skip to content

Commit

Permalink
actually fix clang-format now
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiac-ill committed Jan 2, 2025
1 parent 9a95282 commit f26fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/src/overlays/actors/ovl_En_Talk_Gibud/z_en_talk_gibud.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void EnTalkGibud_GetNextTextBoxId(EnTalkGibud* this, PlayState* play) {
s32 EnTalkGibud_PresentedItemMatchesRequest(EnTalkGibud* this, PlayState* play, PlayerItemAction presentedItemAction) {
EnTalkGibudRequestedItem* requestedItem = &sRequestedItemTable[this->requestedItemIndex];
if (GameInteractor_Should(VB_GIBDO_TRADE_SEQUENCE_ACCEPT_RED_POTION, false, requestedItem->itemAction,
presentedItemAction)) { // If requested Blue Potion but presented Red Potion, switch
presentedItemAction)) { // If requested Blue Potion but presented Red Potion, switch
// requested item to red potion
requestedItem = &sRequestedItemTable[EN_TALK_GIBUD_REQUESTED_ITEM_INDEX_POTION_RED];
}
Expand Down

0 comments on commit f26fd66

Please sign in to comment.