]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/settings.c
Merge pull request #1165 from zhiayang/901
[nothing.git] / src / game / settings.c
index 9f9f5ba89c955e5eaf84fbeec3e16ff427b2640e..3cb2d4d9503c6963482adfdb0d1a404048eebea4 100644 (file)
@@ -1,12 +1,13 @@
 #include "system/stacktrace.h"
 #include "settings.h"
+#include "config.h"
 
 Settings create_settings(void)
 {
     Settings settings = {
         .volume_slider = {
             .drag = 0,
-            .value = 80.0f,
+            .value = SOUND_SAMPLES_DEFAULT_VOLUME,
             .max_value = 100.0f,
         },