mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-11 23:30:32 -04:00
fix: rando door of time enum usage (#2032)
This commit is contained in:
@@ -399,7 +399,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
|
||||
|
||||
int doorOfTime = Randomizer_GetSettingValue(RSK_DOOR_OF_TIME);
|
||||
switch (doorOfTime) {
|
||||
case 0: // open
|
||||
case RO_DOOROFTIME_OPEN:
|
||||
gSaveContext.eventChkInf[4] |= 0x800;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user