mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 20:53:51 +00:00
Changed the default fade-out and full-volume ranges of soundsources...
...by saner values (the former defaults are mostly useless).
This commit is contained in:
parent
a055f9fbe2
commit
caed2cf18f
@ -121,8 +121,8 @@ public:
|
||||
min_delay(min_delay_),
|
||||
chance(chance_),
|
||||
loops(0),
|
||||
range(1),
|
||||
faderange(range),
|
||||
range(3),
|
||||
faderange(14),
|
||||
check_fogged(false),
|
||||
locations()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user