diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-05-28 15:12:28 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 21:32:44 +0300 |
| commit | edc25a689fed2bb08d6b6af4b67e9f84c460c5dc (patch) | |
| tree | 450185b7386f85fab358e48f199c262c348e66be /src/audio/sampman_oal.cpp | |
| parent | Fix some timer calls (diff) | |
| download | re3-edc25a689fed2bb08d6b6af4b67e9f84c460c5dc.tar.gz | |
Fix typo
Diffstat (limited to 'src/audio/sampman_oal.cpp')
| -rw-r--r-- | src/audio/sampman_oal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/sampman_oal.cpp b/src/audio/sampman_oal.cpp index fae010ed..0a1e7563 100644 --- a/src/audio/sampman_oal.cpp +++ b/src/audio/sampman_oal.cpp @@ -1416,7 +1416,7 @@ bool8 cSampleManager::UpdateReverb(void) float fRatio = CALCRATIO(normx, normy, normz, 0.3f, 0.5f, (normy+normx+normz)/3.0f); #undef CALCRATIO - #undef ZE + #undef ZR fRatio = clamp(fRatio, usingEAX3==1 ? 0.0f : 0.30f, 1.0f); |
