Rando: Fix "Scrubsanity Off" using mysterious text (#1679)

This commit is contained in:
aMannus 2022-10-02 20:32:05 +02:00 committed by GitHub
parent 37ffc8b9c8
commit 6b6a352205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ typedef struct ScrubIdentity {
RandomizerCheck randomizerCheck;
GetItemID getItemId;
int32_t itemPrice;
bool isShuffled;
uint8_t isShuffled;
} ScrubIdentity;
typedef struct ShopItemIdentity {