From be22bc4993cbb44484e5ffb28ee931ada35aa45c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 20 Jun 2004 03:08:16 +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 ad5a1a12c4..3763fddaab 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -41,7 +41,7 @@ #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 139; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 140; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;