mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 16:15:19 -07:00
Cast randoGet for ganons boss key
This commit is contained in:
parent
e0b0776e02
commit
f6fd116adb
1 changed files with 1 additions and 1 deletions
|
@ -1858,7 +1858,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue