From 455f230e942876792f9eea22c9833a5ffa865a71 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jun 2003 03:14:52 +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 dd3c107922..eabd79de1c 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -42,7 +42,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 122; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 123; // increment this when Song or Notes changes to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;