Removed SHUTTER_BACK_LOCKED and SHUTTER_BOSS from GetDungeonSmallKeyDoors. (#5738)
This commit is contained in:
@@ -2228,7 +2228,7 @@ const std::vector<uint8_t>& GetDungeonSmallKeyDoors(SceneID sceneId) {
|
|||||||
}
|
}
|
||||||
} else if (transitionActor.id == ACTOR_DOOR_SHUTTER) {
|
} else if (transitionActor.id == ACTOR_DOOR_SHUTTER) {
|
||||||
uint8_t doorType = (transitionActor.params >> 7) & 15;
|
uint8_t doorType = (transitionActor.params >> 7) & 15;
|
||||||
if (doorType == SHUTTER_BACK_LOCKED || doorType == SHUTTER_BOSS || doorType == SHUTTER_KEY_LOCKED) {
|
if (doorType == SHUTTER_KEY_LOCKED) {
|
||||||
dungeonSmallKeyDoors[key].emplace_back(transitionActor.params & 0x3F);
|
dungeonSmallKeyDoors[key].emplace_back(transitionActor.params & 0x3F);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user