Merge branch 'GetItem-renaming' of github.com:garrettjoecox/OOT into shopsanity

This commit is contained in:
Garrett Cox 2022-09-02 20:19:57 -05:00
commit b9a545fffa
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ GetItemID Randomizer::GetItemIdFromRandomizerGet(RandomizerGet randoGet, GetItem
if (GetRandoSettingValue(RSK_GANONS_BOSS_KEY) < 3) {
return GI_KEY_BOSS;
} else {
return randoGet;
return (GetItemID)randoGet;
}
case RG_FOREST_TEMPLE_SMALL_KEY: