Merge pull request #208 from teamfisk/Kill-streak-sounds

Various sound improvements/additions
This commit is contained in:
2016-03-12 23:06:57 +01:00
17 changed files with 304 additions and 161 deletions
+3 -1
View File
@@ -223,7 +223,9 @@ void Game::Tick()
m_EventBroker->Swap();
PerformanceTimer::StartTimerAndStopPrevious("SoundManager");
m_SoundManager->Update(dt);
if (m_IsClient) {
m_SoundManager->Update(dt);
}
// Update network
PerformanceTimer::StartTimerAndStopPrevious("Network");