This commit is contained in:
Glenn Maynard
2006-01-18 21:07:25 +00:00
parent 68548ceea9
commit 97c3d25781
+1 -1
View File
@@ -846,7 +846,7 @@ void ScreenGameplay::InitSongQueues()
pi->m_asModifiersQueue.push_back( a ); pi->m_asModifiersQueue.push_back( a );
} }
// In a survuval course, override stored mods // In a survival course, override stored mods
if( pCourse->GetCourseType() == COURSE_TYPE_SURVIVAL ) if( pCourse->GetCourseType() == COURSE_TYPE_SURVIVAL )
{ {
pi->GetPlayerState()->m_StagePlayerOptions.FromString( "clearall,"+CommonMetrics::DEFAULT_MODIFIERS.GetValue(), true ); pi->GetPlayerState()->m_StagePlayerOptions.FromString( "clearall,"+CommonMetrics::DEFAULT_MODIFIERS.GetValue(), true );