This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update AudioLogic.cpp
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/audio/AudioLogic.cpp
There are no files selected for viewing
|
|
@@ -8125,12 +8125,12 @@ cAudioManager::ProcessFrontEnd() |
|
stereo = true;
|
|
stereo = true;
|
|
frontendBank = true;
|
|
frontendBank = true;
|
|
break;
|
|
break;
|
|
case SOUND_9A:
|
|
case SOUND_FRONTEND_STEREO:
|
|
m_sQueueSample.m_nSampleIndex = SFX_STEREO_LEFT;
|
|
m_sQueueSample.m_nSampleIndex = SFX_STEREO_LEFT;
|
|
stereo = true;
|
|
stereo = true;
|
|
frontendBank = true;
|
|
frontendBank = true;
|
|
break;
|
|
break;
|
|
case SOUND_9B:
|
|
case SOUND_FRONTEND_MONO:
|
|
m_sQueueSample.m_nSampleIndex = SFX_MONO;
|
|
m_sQueueSample.m_nSampleIndex = SFX_MONO;
|
|
frontendBank = true;
|
|
frontendBank = true;
|
|
break;
|
|
break;
|
|
|
@@ -8858,4 +8858,4 @@ cAudioManager::ProcessMissionAudio() |
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#pragma endregion All the mission audio stuff
|
|
#pragma endregion All the mission audio stuff
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.