From 0b96646afc22a6212d8f13414a8af3f3959634c0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 May 2004 00:24:47 +0000 Subject: [PATCH] checkpoint --- stepmania/src/BannerCache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/BannerCache.cpp b/stepmania/src/BannerCache.cpp index f7b62f8de8..6b33f80016 100644 --- a/stepmania/src/BannerCache.cpp +++ b/stepmania/src/BannerCache.cpp @@ -281,6 +281,7 @@ static inline int closest( int num, int n1, int n2 ) * if the memory or settings change. */ void BannerCache::CacheBanner( CString BannerPath ) { + CHECKPOINT_M( BannerPath ); if( !DoesFileExist(BannerPath) ) return;