Consistent > vs >= on long songs.
This commit is contained in:
+1
-1
@@ -1458,7 +1458,7 @@ float Song::GetStepsSeconds() const
|
|||||||
|
|
||||||
bool Song::IsLong() const
|
bool Song::IsLong() const
|
||||||
{
|
{
|
||||||
return !IsMarathon() && m_fMusicLengthSeconds > g_fLongVerSongSeconds;
|
return !IsMarathon() && m_fMusicLengthSeconds >= g_fLongVerSongSeconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Song::IsMarathon() const
|
bool Song::IsMarathon() const
|
||||||
|
|||||||
Reference in New Issue
Block a user