Adds checkbox for visual stone of agony (#200)

This commit is contained in:
Ada
2022-04-24 15:59:41 +01:00
committed by GitHub
parent 73ede53447
commit 5a40f39494

View File

@@ -416,6 +416,11 @@ namespace SohImGui {
needs_save = true;
}
if (ImGui::Checkbox("Visual Stone of Agony", &Game::Settings.enhancements.visualagony)) {
CVar_SetS32("gVisualAgony", Game::Settings.enhancements.visualagony);
needs_save = true;
}
ImGui::Text("Graphics");
ImGui::Separator();