Add lookup table for Rogue Squadron SNG Setup mappings

This commit is contained in:
Jack Andersen
2016-07-16 11:55:13 -10:00
parent 5bae40d3c3
commit b421412cac
3 changed files with 128 additions and 2 deletions

View File

@@ -1244,6 +1244,7 @@ size_t Voice::getTotalVoices() const
void Voice::kill()
{
m_voxState = VoiceState::Dead;
m_backendVoice->stop();
for (const std::shared_ptr<Voice>& vox : m_childVoices)
vox->kill();
}