diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 6062aad5c8..458f12cddf 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -41,7 +41,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 119; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 120; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;