From dddb7fb92abb961bc2afcac0da3be996dff68ff3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 15 Jul 2003 20:52:13 +0000 Subject: [PATCH] bump cache due to BMS fixes --- 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 2c664bce37..6581dc997d 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -43,7 +43,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 125; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 126; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;