mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-10 05:28:06 -05:00
Always show GTG & Ganons castle MQ status on tracker (#1913)
This commit is contained in:
parent
1dc28978fe
commit
d77e810aae
@ -556,7 +556,7 @@ void DrawDungeonItem(ItemTrackerItem item) {
|
||||
ImVec2(iconSize, iconSize), ImVec2(0, 0), ImVec2(1, 1));
|
||||
}
|
||||
|
||||
if (ResourceMgr_IsSceneMasterQuest(item.data) && CHECK_DUNGEON_ITEM(DUNGEON_MAP, item.data)) {
|
||||
if (ResourceMgr_IsSceneMasterQuest(item.data) && (CHECK_DUNGEON_ITEM(DUNGEON_MAP, item.data) || item.data == SCENE_MEN || item.data == SCENE_GANONTIKA)) {
|
||||
dungeonColor = IM_COL_PURPLE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user