From c5cd63392b5c8750c0ab446ff340687ef954b76d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 28 Jul 2003 07:34:04 +0000 Subject: [PATCH] bump cache --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index f8d818e6b5..4e42a0421a 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -46,7 +46,7 @@ #define CACHE_DIR BASE_PATH "Cache" SLASH -const int FILE_CACHE_VERSION = 126; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 127; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;