mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Fixed develop
This commit is contained in:
parent
1f663dda7b
commit
486f673df5
@ -559,8 +559,7 @@ 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();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::Checkbox("No Clip", &Game::Settings.cheats.no_clip)) {
|
if (ImGui::Checkbox("No Clip", &Game::Settings.cheats.no_clip)) {
|
||||||
@ -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…
Reference in New Issue
Block a user