From 098a28beb388d4ba081ad924227580c801d02ef5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 31 May 2003 04:48:38 +0000 Subject: [PATCH] bump 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 706b3e0916..2ea97da65a 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -40,7 +40,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 118; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 119; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;