mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Fixed develop
This commit is contained in:
parent
1f663dda7b
commit
486f673df5
1 changed files with 2 additions and 3 deletions
|
@ -559,7 +559,6 @@ namespace SohImGui {
|
||||||
CVar_SetS32("gInfiniteNayru", Game::Settings.cheats.infinite_nayru);
|
CVar_SetS32("gInfiniteNayru", Game::Settings.cheats.infinite_nayru);
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -582,7 +581,7 @@ namespace SohImGui {
|
||||||
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
|
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Cosmetics")) {
|
if (ImGui::BeginMenu("Cosmetics")) {
|
||||||
ImGui::Text("Tunics");
|
ImGui::Text("Tunics");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue