mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 13:41:54 -05:00
Fixes crash when entering Ganon's Castle lobby on linux.
This commit is contained in:
parent
fba8fc2b74
commit
a07ea091f0
@ -88,7 +88,7 @@ s32 DemoKekkai_CheckEventFlag(s32 params) {
|
||||
if ((params < KEKKAI_TOWER) || (params > KEKKAI_FOREST)) {
|
||||
return true;
|
||||
}
|
||||
if (gSaveContext.n64ddFlag) {
|
||||
if (gSaveContext.n64ddFlag && params > KEKKAI_TOWER) {
|
||||
return Flags_GetRandomizerInf(trialParamToRandInf(params));
|
||||
}
|
||||
return Flags_GetEventChkInf(eventFlags[params]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user