Added win sound file

This commit is contained in:
stiffly
2016-03-13 22:22:19 +01:00
parent 412c92aa7f
commit 0d823421d8
2 changed files with 3 additions and 1 deletions
+1 -1
Submodule assets updated: 6ffc1ab82a...6ec80c4e0b
+2
View File
@@ -417,6 +417,8 @@ bool SoundManager::OnSetCamera(const Events::SetCamera& e)
alSourcei(m_CurrentBGMCombo->ALsource, AL_LOOPING, 1);
setGain(m_CurrentBGMCombo, 0);
playSound(m_CurrentBGMCombo);
} else if (e.CameraEntity.Name() == "WINCAMERAISH") {
// Play win sound!
}
}