diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-31 19:43:52 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-31 19:43:52 +0200 |
commit | a481b900b948f5e9c40e334b789f663f7d6d5932 (patch) | |
tree | 28484bf4bcc267a941b7746fafbce7c57938eb18 /src/audio/DMAudio.cpp | |
parent | Merge pull request #1259 from aap/lcs (diff) | |
parent | Allow sector ped count to exceed gap-list size (diff) | |
download | re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.gz re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.bz2 re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.lz re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.xz re3-a481b900b948f5e9c40e334b789f663f7d6d5932.tar.zst re3-a481b900b948f5e9c40e334b789f663f7d6d5932.zip |
Diffstat (limited to 'src/audio/DMAudio.cpp')
-rw-r--r-- | src/audio/DMAudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/DMAudio.cpp b/src/audio/DMAudio.cpp index f5b08c71..3843007d 100644 --- a/src/audio/DMAudio.cpp +++ b/src/audio/DMAudio.cpp @@ -65,7 +65,7 @@ cDMAudio::DestroyAllGameCreatedEntities(void) void cDMAudio::SetOutputMode(bool8 surround) { - return AudioManager.SetOutputMode(surround); + AudioManager.SetOutputMode(surround); } void |