From 0a0aa2a8f68794ec57400ddf4c5a0fd77cfa7d44 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 Mar 2003 23:03:42 +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 8d0fdd8e32..25d9ffb661 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -41,7 +41,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 112; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 113; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;