Lower music volume in frontend
authorunc0rr
Mon, 20 Oct 2008 18:56:23 +0000
changeset 1387 c809c536a58f
parent 1386 674429128152
child 1388 5e7920f2e2aa
Lower music volume in frontend
QTfrontend/SDLs.cpp
--- a/QTfrontend/SDLs.cpp	Mon Oct 20 18:52:08 2008 +0000
+++ b/QTfrontend/SDLs.cpp	Mon Oct 20 18:56:23 2008 +0000
@@ -29,7 +29,7 @@
 	SDL_Init(SDL_INIT_AUDIO);
 	Mix_OpenAudio(22050, 0x8010, 2, 512);
 	
-	Mix_VolumeMusic(50);
+	Mix_VolumeMusic(33);
 }
 
 SDLInteraction::~SDLInteraction()