From 514dd10d4aaf2a0161ce1a6ca158a798639b1e25 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Sep 2004 01:52:37 +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 b618969231..648963b266 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -38,7 +38,7 @@ #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 141; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 142; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;