mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 00:53:07 -07:00
fix: rando door of time enum usage (#2032)
This commit is contained in:
parent
97e612b921
commit
0424c5aaf3
5 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue