diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-23 20:07:44 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-31 19:32:13 +0200 |
commit | 835fa4e74b1014ca1ccef83979f039cafb75e3a4 (patch) | |
tree | 510307535d59673ac5aea45b8ac834bf53489f67 /src/audio | |
parent | CVisibilityPlugins and CRenderer fixes; pulled MLO back in (diff) | |
download | re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar.gz re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar.bz2 re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar.lz re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar.xz re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.tar.zst re3-835fa4e74b1014ca1ccef83979f039cafb75e3a4.zip |
Diffstat (limited to '')
-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 |