Allow all timing tags regardless of timing.

This commit is contained in:
Jason Felds
2011-09-12 19:43:41 -04:00
parent c7f41eb9d8
commit 047bc7a5dc
7 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void FixupPath( RString &path, const RString &sSongPath );
RString GetSongAssetPath( RString sPath, const RString &sSongPath );
/** @brief The version of the .ssc file format. */
const static float STEPFILE_VERSION_NUMBER = 0.79f;
const static float STEPFILE_VERSION_NUMBER = 0.80f;
/** @brief How many edits for this song can each profile have? */
const int MAX_EDITS_PER_SONG_PER_PROFILE = 15;