1.1.1 fixes (#1168)

* fix keyboard npe

* fix autosave NPE

* hintTalkEvCamera UB

* fix UB in f_pc_base logging

* fix NPE in karg carry logic

* fix link model dangling pointers

* exponential audio slider and better audio default

* fix speedrun mode defaullt layer restore issue
This commit is contained in:
qwertyquerty
2026-05-13 07:56:16 -07:00
committed by GitHub
parent ce554a107d
commit 4ee0d8ed4b
11 changed files with 57 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ UserSettings g_userSettings = {
},
.audio = {
.masterVolume {"audio.masterVolume", 80},
.masterVolume {"audio.masterVolume", 60},
.mainMusicVolume {"audio.mainMusicVolume", 100},
.subMusicVolume {"audio.subMusicVolume", 100},
.soundEffectsVolume {"audio.soundEffectsVolume", 100},