Update file cache version.

This commit is contained in:
Kyzentun
2015-03-02 19:01:17 -07:00
parent 846f79879c
commit fc8da6b485
+1 -1
View File
@@ -43,7 +43,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 222;
const int FILE_CACHE_VERSION = 223;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;