[sm130futures] Deal with blank lines on write.

Yes, it's another cache restarter.
This commit is contained in:
Jason Felds
2011-05-02 22:15:14 -04:00
parent deadd99699
commit 70e944a959
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -325,6 +325,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
lines.push_back( song.m_vsKeysoundFile.empty() ? "#NOTES:" : "#NOTES2:" );
TrimLeft(sNoteData);
split( sNoteData, "\n", lines, true );
lines.push_back( ";" );
+1 -1
View File
@@ -41,7 +41,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 169;
const int FILE_CACHE_VERSION = 170;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;