Skip to content

Commit

Permalink
fix merge 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-thomas774 committed Nov 6, 2024
1 parent aa4981e commit 66162b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toBeSorted/special_item_drop_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static const struct {
0x36,
sList,
};
static const int RAND_RUPEE_ARRAY[4] = {ITEM_GREEN_RUPEE, ITEM_BLUE_RUPEE, ITEM_RED_RUPEE, ITEM_NONE};
static const int RAND_RUPEE_ARRAY[3] = {ITEM_GREEN_RUPEE, ITEM_BLUE_RUPEE, ITEM_RED_RUPEE};

extern "C" int getCurrentBowType();
extern "C" int getCurrentSlingshotType();
Expand Down

0 comments on commit 66162b2

Please sign in to comment.