From 7b2c26de7d9cca67b787d6b70084795dfa2a8a70 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 17 Sep 2003 02:11:27 +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 b76e39174b..2bca7156f1 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -49,7 +49,7 @@ #define CACHE_DIR BASE_PATH "Cache" SLASH -const int FILE_CACHE_VERSION = 128; // increment this when Song or Steps changes to invalidate cache +const int FILE_CACHE_VERSION = 129; // increment this when Song or Steps changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;