Skip to content
This repository has been archived by the owner. It is now read-only.

ps2 particle #485

Merged
merged 3 commits into from Apr 23, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

fix #ifdef
  • Loading branch information
Fire-Head committed Apr 23, 2020
commit 2925b7e0c391f2d44e1e3641e2387be6fb0be491
@@ -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) {