Address PR feedback.

This commit is contained in:
Brian Phlipot
2022-12-23 12:34:02 -07:00
committed by teejusb
parent 4a6b1a743c
commit d079940fea
44 changed files with 259 additions and 236 deletions
+1 -1
View File
@@ -669,7 +669,7 @@ void BackgroundImpl::LoadFromSong( const Song* pSong )
// Look for the random file marker, and replace the segment with LoadFromRandom.
for( unsigned i=0; i<mainlayer.m_aBGChanges.size(); i++ )
{
const auto bgChange = mainlayer.m_aBGChanges[i];
const BackgroundChange bgChange = mainlayer.m_aBGChanges[i];
if( bgChange.m_def.m_sFile1 != RANDOM_BACKGROUND_FILE )
continue;