diff --git a/src/pc/configfile.c b/src/pc/configfile.c index 141cc36c..2caf97fe 100644 --- a/src/pc/configfile.c +++ b/src/pc/configfile.c @@ -69,7 +69,7 @@ ConfigWindow configWindow = { .msaa = 0, }; unsigned int configFiltering = 1; // 0=force nearest, 1=linear, 2=three-point -unsigned int configMasterVolume = 30; // 0 - MAX_VOLUME +unsigned int configMasterVolume = 80; // 0 - MAX_VOLUME unsigned int configMusicVolume = MAX_VOLUME; unsigned int configSfxVolume = MAX_VOLUME; unsigned int configEnvVolume = MAX_VOLUME;