From 26e9c4c49619bbc398c59f0d30a2c5370e41e56e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 05:50:19 +0000 Subject: [PATCH] clear cache (was for previous snapshot) --- 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 ecdcf2a6fd..335b125c55 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -41,7 +41,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 108; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 109; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2)