song: update .ssc version to v0.51
.ssc v0.51: make version the very first tag, limit it to two decimal places.
This commit is contained in:
+1
-2
@@ -36,6 +36,7 @@
|
||||
#include <set>
|
||||
#include <float.h>
|
||||
|
||||
const static float VERSION_NUMBER = 0.51f;
|
||||
const int FILE_CACHE_VERSION = 163; // increment this to invalidate cache
|
||||
|
||||
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;
|
||||
@@ -52,8 +53,6 @@ static const char *InstrumentTrackNames[] = {
|
||||
XToString( InstrumentTrack );
|
||||
StringToX( InstrumentTrack );
|
||||
|
||||
const static float VERSION_NUMBER = 0.5f;
|
||||
|
||||
Song::Song()
|
||||
{
|
||||
FOREACH_BackgroundLayer( i )
|
||||
|
||||
Reference in New Issue
Block a user