Author: shadowmaster
Date: Sun Nov  2 01:38:53 2008
New Revision: 30517

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30517&view=rev
Log:
* Changed the default fade-out and full-volume ranges of soundsources by
* saner values (the former defaults are mostly useless).

Modified:
    trunk/src/soundsource.hpp

Modified: trunk/src/soundsource.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/soundsource.hpp?rev=30517&r1=30516&r2=30517&view=diff
==============================================================================
--- trunk/src/soundsource.hpp (original)
+++ trunk/src/soundsource.hpp Sun Nov  2 01:38:53 2008
@@ -121,8 +121,8 @@
                min_delay(min_delay_),
                chance(chance_),
                loops(0), 
-               range(1), 
-               faderange(range), 
+               range(3), 
+               faderange(14), 
                check_fogged(false), 
                locations()
        { 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to