From cba5d27cf0e71ae7eb355953a90ef12bdf79a6d0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 2 Jan 2003 22:15:54 +0000 Subject: [PATCH] invalidate 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 1ef2b34b54..c7a96f49ab 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -38,7 +38,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 102; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 103; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2)