From f18034f7b323a28000ec071f24a17be391ecce66 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 19 Apr 2003 23:17:29 +0000 Subject: [PATCH] inval song 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 3d8d427735..b02631576f 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -42,7 +42,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 115; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 116; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;