Fix reading pre-split timing ssc files.

Welcome to the first cache of the next series.
Start placing your bets again on what the final
cache value will be for SM5 final.

As a reminder, we are on cache version 202 now.
This commit is contained in:
Jason Felds
2011-08-21 01:19:50 -04:00
parent 11259af04b
commit acaaf1bfba
3 changed files with 75 additions and 27 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 = 201;
const int FILE_CACHE_VERSION = 202;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;