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;