Rename CMixer to Mixer

This commit is contained in:
Michael Maltese
2017-06-26 14:41:12 -07:00
parent aa020040f6
commit b2c9d6d217
9 changed files with 42 additions and 43 deletions

View File

@ -181,7 +181,7 @@ void SendAIBuffer(const short* samples, unsigned int num_samples)
else if (!SConfig::GetInstance().m_DumpAudio && s_audio_dump_start)
StopAudioDump();
CMixer* pMixer = g_sound_stream->GetMixer();
Mixer* pMixer = g_sound_stream->GetMixer();
if (pMixer && samples)
{