diff options
author | Brandon <brandon@bremaweb.com> | 2016-07-10 00:08:26 -0500 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-05-03 03:12:45 +0100 |
commit | bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2 (patch) | |
tree | 55f92cc02fce2acc9bb041a34de3c474b894bd00 /src/client.cpp | |
parent | f1d7a26b7c341b468f34325cec5c3d495f175a8f (diff) | |
download | minetest-bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2.tar.gz minetest-bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2.tar.bz2 minetest-bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2.zip |
Sound API: Add fading sounds
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 3c5a70f21..3269c573a 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -407,6 +407,7 @@ void Client::step(float dtime) // Step environment m_env.step(dtime); + m_sound->step(dtime); /* Get events |