From 2b59aaa55d98dda258c605ec47a23c678d06516f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 9 Feb 2003 07:34:10 +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 d8f1cfb1c6..9fb2a0fe17 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -40,7 +40,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 107; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 108; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2)