Radar branch: update SSC version number in cache.
This commit is contained in:
+2
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user