projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d794aac
)
Change music fade-in time
author
Sydney Dykstra
<sydney@debian>
Sat, 21 Mar 2015 00:26:43 +0000
(20:26 -0400)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 21 Mar 2015 01:12:34 +0000
(
02:12
+0100)
Closes #10
src/supertux/sector.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/sector.cpp
b/src/supertux/sector.cpp
index
7573a95
..
ba097a0
100644
(file)
--- a/
src/supertux/sector.cpp
+++ b/
src/supertux/sector.cpp
@@
-1502,7
+1502,7
@@
Sector::resume_music()
{
if(SoundManager::current()->get_current_music() == music)
{
- SoundManager::current()->resume_music(
1.5
f);
+ SoundManager::current()->resume_music(
3.2
f);
}
else
{