[Change] Increased default volumes a little.

This commit is contained in:
Allanis 2013-08-24 13:10:29 +01:00
parent ddd7e02c52
commit 6ea6188711
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ int music_init(void) {
if(music_find() < 0) return -1; if(music_find() < 0) return -1;
if(music_luaInit() < 0) return -1; if(music_luaInit() < 0) return -1;
music_volume(0.7); music_volume(0.8);
return 0; return 0;
} }

View File

@ -65,7 +65,7 @@ int sound_init(void) {
/* Load up all the sounds. */ /* Load up all the sounds. */
sound_makeList(); sound_makeList();
sound_volume(0.3); sound_volume(0.4);
/* Init the music. */ /* Init the music. */
music_init(); music_init();