Finish the 3 decimal write out.

Observation: we have two ways of writing out timing tags in
NotesWriterSSC. Perhaps these should be unified soon.
This commit is contained in:
Jason Felds
2011-09-23 22:33:46 -04:00
parent 83c3899c00
commit c6fff60998
2 changed files with 12 additions and 12 deletions
+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 = 206;
const int FILE_CACHE_VERSION = 207;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;