From 51fc9c584899286ea70af6d1ddf1535503071119 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Mar 2004 03:23:44 +0000 Subject: [PATCH] inval 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 ae995ba843..afa2cfbde3 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -52,7 +52,7 @@ #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 134; // increment this when Song or Steps changes to invalidate cache +const int FILE_CACHE_VERSION = 135; // increment this when Song or Steps changes to invalidate cache // also increment it on the rare occasion where we split modes const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;