From 77f36b71cf94391cd750243b5d2fadce380858a8 Mon Sep 17 00:00:00 2001 From: sonoftunk Date: Mon, 14 Nov 2022 19:20:26 -0500 Subject: [PATCH] Check Tracker - Item names are now dependent on file language --- soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp index 76db4dbb5..c9e5ef318 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp @@ -871,7 +871,7 @@ void DrawLocations() { txt = "Skipped"; else txt = OTRGlobals::Instance->gRandomizer - ->EnumToSpoilerfileGetName[gSaveContext.itemLocations[locationIt.second.rc].get.rgID][LANGUAGE_ENG]; // TODO Language + ->EnumToSpoilerfileGetName[gSaveContext.itemLocations[locationIt.second.rc].get.rgID][gSaveContext.language]; ImGui::SameLine(); ImGui::Text("(%s)", txt.c_str()); ImGui::PopStyleColor();