mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
maintain glitch-aiding selection
This commit is contained in:
parent
78e45b7ac9
commit
140447ea9a
1 changed files with 0 additions and 5 deletions
|
@ -381,11 +381,6 @@ void SohMenu::AddMenuEnhancements() {
|
|||
.Options(IntSliderOptions().Min(0).Max(5).DefaultValue(0).Format("+%d"));
|
||||
AddWidget(path, "Crawl Speed %dx", WIDGET_CVAR_SLIDER_INT)
|
||||
.CVar(CVAR_ENHANCEMENT("CrawlSpeed"))
|
||||
.Callback([](WidgetInfo& info) {
|
||||
if (CVarGetInteger(CVAR_ENHANCEMENT("CrawlSpeed"), 0) == 1) {
|
||||
CVarSetInteger(CVAR_ENHANCEMENT("GlitchAidingCrawlspaces"), 0);
|
||||
}
|
||||
})
|
||||
.Options(IntSliderOptions().Min(1).Max(4).DefaultValue(1).Format("%dx"));
|
||||
AddWidget(path, "Exclude Glitch-Aiding Crawlspaces", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_ENHANCEMENT("GlitchAidingCrawlspaces"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue