Skip to content

Commit

Permalink
add function that returns a bool for whether or not a steps should ha…
Browse files Browse the repository at this point in the history
…ve SSRs recalculated
  • Loading branch information
MinaciousGrace committed Jan 29, 2017
1 parent 3fa475f commit dd92b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Steps.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class Steps
void SetAllMSD(const MinaSD &msd) { stuffnthings = msd; }
MinaSD GetAllMSD() const { return stuffnthings; }
map<float, Skillset> SortSkillsetsAtRate(float x, bool includeoverall);
bool IsRecalcValid() { return m_StepsType != StepsType_dance_single && !m_Timing.HasWarps(); }

// prolly needs an enum or something idk - mina
float GetMSD(float x, int i) const;
Expand Down

0 comments on commit dd92b88

Please sign in to comment.