From c58396d7c71fd3b9009b2cb847b6030881de49b2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 8 Apr 2004 05:33:48 +0000 Subject: [PATCH] cleanup flush cache due to beginner bugfix in alpha 16 --- stepmania/src/Song.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index d88f9ddcde..a26ba76b8c 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -46,13 +46,11 @@ #include "LyricsLoader.h" -#include "SDL.h" - #include #define CACHE_DIR "Cache/" -const int FILE_CACHE_VERSION = 135; // increment this when Song or Steps changes to invalidate cache +const int FILE_CACHE_VERSION = 136; // increment this when Song or Steps changes to invalidate cache // also increment it on the rare occasion where we split modes const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;