flush cache due to beginner bugfix in alpha 16
This commit is contained in:
Glenn Maynard
2004-04-08 05:33:48 +00:00
parent 61fc9629e2
commit c58396d7c7
+1 -3
View File
@@ -46,13 +46,11 @@
#include "LyricsLoader.h"
#include "SDL.h"
#include <set>
#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;