Radar branch: update SSC version number in cache.

This commit is contained in:
Jason Felds
2011-02-28 00:12:13 -05:00
parent 97d2112fae
commit 59558d0e32
4 changed files with 8 additions and 5 deletions
+2 -3
View File
@@ -36,8 +36,7 @@
#include <set>
#include <float.h>
/** @brief The version of the .ssc file format. */
const static float VERSION_NUMBER = 0.53f;
/**
* @brief The internal version of the cache for StepMania.
*
@@ -66,7 +65,7 @@ Song::Song()
m_ForegroundChanges = AutoPtrCopyOnWrite<VBackgroundChange>(new VBackgroundChange);
m_LoadedFromProfile = ProfileSlot_Invalid;
m_fVersion = VERSION_NUMBER;
m_fVersion = STEPFILE_VERSION_NUMBER;
m_fMusicSampleStartSeconds = -1;
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
m_fMusicLengthSeconds = 0;