Fix support for loading RAW .son files

This commit is contained in:
Jack Andersen 2016-05-30 12:50:00 -10:00
parent 127aa283e9
commit c216f3d721
1 changed files with 6 additions and 0 deletions

View File

@ -636,6 +636,12 @@ struct AppCallback : boo::IApplicationCallback
else
Log.report(logvisor::Fatal, "unable to find Song %d", userSel);
}
else
{
m_arrData = &songs[0].second;
m_groupId = m_arrData->m_groupId;
m_setupId = m_arrData->m_setupId;
}
}
/* Get group selection from user */