Well EXCUUUUUUUUUUUUUUUUUUUUUUUUUSE ME, Princess!

This commit is contained in:
Jason Felds
2011-07-07 13:55:46 -04:00
parent 8bd16007c7
commit f16fec8438
5 changed files with 10 additions and 1 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.73f;
const static float STEPFILE_VERSION_NUMBER = 0.74f;
/** @brief How many edits for this song can each profile have? */
const int MAX_EDITS_PER_SONG_PER_PROFILE = 15;