diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index b1dc5a9073..f9a0b8fd90 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -49,7 +49,7 @@ #define CACHE_DIR BASE_PATH "Cache" SLASH -const int FILE_CACHE_VERSION = 130; // increment this when Song or Steps changes to invalidate cache +const int FILE_CACHE_VERSION = 131; // increment this when Song or Steps changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;