dix double* sorts picking up half double. Only use regular double.
This commit is contained in:
@@ -938,6 +938,10 @@ bool SongUtil::GetStepsTypeAndDifficultyFromSortOrder( SortOrder so, StepsType &
|
|||||||
{
|
{
|
||||||
if( (*i)->m_StyleType == StyleType_OnePlayerTwoSides )
|
if( (*i)->m_StyleType == StyleType_OnePlayerTwoSides )
|
||||||
{
|
{
|
||||||
|
// Ugly hack to ignore pump's half-double.
|
||||||
|
bool bContainsHalf = ((RString)(*i)->m_szName).find("half") != RString::npos;
|
||||||
|
if( bContainsHalf )
|
||||||
|
continue;
|
||||||
stOut = (*i)->m_StepsType;
|
stOut = (*i)->m_StepsType;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user