mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-08 20:39:39 -04:00
Check Tracker - Item names are now dependent on file language
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user