diff --git a/src/Song.cpp b/src/Song.cpp index 3aaeee24ac..cc57bccd9b 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -1458,7 +1458,7 @@ float Song::GetStepsSeconds() const bool Song::IsLong() const { - return !IsMarathon() && m_fMusicLengthSeconds > g_fLongVerSongSeconds; + return !IsMarathon() && m_fMusicLengthSeconds >= g_fLongVerSongSeconds; } bool Song::IsMarathon() const