From b11f38ef7c661b585cf7c6871c09c7c8ee75b6fd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Sep 2002 00:22:44 +0000 Subject: [PATCH] bump cache, for previous '4' fix --- 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 1e9e2ae576..cabe276924 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -25,7 +25,7 @@ #include "PrefsManager.h" -const int FILE_CACHE_VERSION = 64; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 65; // increment this when Song or Notes changes to invalidate cache int CompareBPMSegments(const void *arg1, const void *arg2)