You may leave the nag train at this time.

This commit is contained in:
Jason Felds
2011-07-12 22:35:12 -04:00
parent 36a5cd03c4
commit ef0472da2b
+1 -1
View File
@@ -34,7 +34,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song,
// this is the value we read for TICKCOUNT
int iTickCount = -1;
// used to adapt weird tickcounts
float fScrollRatio = 1.0f;
//float fScrollRatio = 1.0f; -- uncomment when ready to use.
vector<RString> vNoteRows;
// According to Aldo_MX, there is a default BPM and it's 60. -aj