Check Tracker - Item names are now dependent on file language

This commit is contained in:
sonoftunk 2022-11-14 19:20:26 -05:00
parent 48085f0f48
commit 77f36b71cf

View File

@ -871,7 +871,7 @@ void DrawLocations() {
txt = "Skipped"; txt = "Skipped";
else else
txt = OTRGlobals::Instance->gRandomizer 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::SameLine();
ImGui::Text("(%s)", txt.c_str()); ImGui::Text("(%s)", txt.c_str());
ImGui::PopStyleColor(); ImGui::PopStyleColor();