Enable calculating GrooveStats hash, and set the hash version appropriately.
This commit is contained in:
+2
-1
@@ -307,7 +307,7 @@ void Steps::CalculateStepStats( float fMusicLengthSeconds )
|
|||||||
this->CalculateRadarValues(fMusicLengthSeconds);
|
this->CalculateRadarValues(fMusicLengthSeconds);
|
||||||
this->CalculateTechCounts();
|
this->CalculateTechCounts();
|
||||||
this->CalculateMeasureInfo();
|
this->CalculateMeasureInfo();
|
||||||
// this->CalculateGrooveStatsHash();
|
this->CalculateGrooveStatsHash(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Steps::CalculateRadarValues( float fMusicLengthSeconds )
|
void Steps::CalculateRadarValues( float fMusicLengthSeconds )
|
||||||
@@ -821,6 +821,7 @@ void Steps::CalculateGrooveStatsHash(bool forceRecalculate)
|
|||||||
RString gsKey = BinaryToHex(CryptManager::GetSHA1ForString(smNoteData));
|
RString gsKey = BinaryToHex(CryptManager::GetSHA1ForString(smNoteData));
|
||||||
gsKey = gsKey.substr(0, 16);
|
gsKey = gsKey.substr(0, 16);
|
||||||
GrooveStatsHash = gsKey;
|
GrooveStatsHash = gsKey;
|
||||||
|
GrooveStatsHashVersion = CURRENT_GROOVE_STATS_HASH_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
RString Steps::MinimizedChartString()
|
RString Steps::MinimizedChartString()
|
||||||
|
|||||||
Reference in New Issue
Block a user