mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Rando: Fix "Scrubsanity Off" using mysterious text (#1679)
This commit is contained in:
parent
37ffc8b9c8
commit
6b6a352205
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ typedef struct ScrubIdentity {
|
||||||
RandomizerCheck randomizerCheck;
|
RandomizerCheck randomizerCheck;
|
||||||
GetItemID getItemId;
|
GetItemID getItemId;
|
||||||
int32_t itemPrice;
|
int32_t itemPrice;
|
||||||
bool isShuffled;
|
uint8_t isShuffled;
|
||||||
} ScrubIdentity;
|
} ScrubIdentity;
|
||||||
|
|
||||||
typedef struct ShopItemIdentity {
|
typedef struct ShopItemIdentity {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue