Trim chart name, description, and credit after loading them from the simfile.

This commit is contained in:
Kyzentun Keeslala
2016-06-29 19:33:36 -06:00
parent e590616873
commit 2a2007b9c8
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 226;
const int FILE_CACHE_VERSION = 227;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;