Skip to content

Commit

Permalink
remove ShopItem redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
MathIsFun0 committed May 1, 2024
1 parent 29670c3 commit 6ba0a92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/items.cl
Original file line number Diff line number Diff line change
Expand Up @@ -582,12 +582,6 @@ typedef struct JokerData {
jokerstickers stickers;
} jokerdata;

typedef struct ShopItem {
itemtype type;
item _item;
jokerdata joker;
} shopitem;

typedef struct WeightedItem {
item _item;
double weight;
Expand Down

0 comments on commit 6ba0a92

Please sign in to comment.