Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix #ifdef
  • Loading branch information
Fire-Head committed Apr 23, 2020
1 parent 75acd78 commit 2925b7e0c391f2d44e1e3641e2387be6fb0be491
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/audio/AudioManager.cpp
@@ -9606,7 +9606,7 @@ cAudioManager::ServiceSoundEffects()
ProcessMissionAudio();
AdjustSamplesVolume();
ProcessActiveQueues();
#ifdef WITHMILES
#ifdef OPENAL
SampleManager.Service();
#endif
for(int32 i = 0; i < m_sAudioScriptObjectManager.m_nScriptObjectEntityTotal; ++i) {

0 comments on commit 2925b7e

Please sign in to comment.