From d267f60f80e5606b8227a98e5ab54d372a9c8231 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 30 Mar 2003 20:17:41 +0000 Subject: [PATCH] cache update for the last 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 22572a1b65..8f79b1d576 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -42,7 +42,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 113; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 114; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;