Broke noteskin colors into " Tap.colors" and " Hold.colors"

This commit is contained in:
Chris Danford
2002-08-03 18:40:09 +00:00
parent f1861ba157
commit 4c3c43abcc
19 changed files with 134 additions and 109 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
#include "RageException.h"
const int FILE_CACHE_VERSION = 53; // increment this to force a cache reload (useful when the SM file format changes)
const int FILE_CACHE_VERSION = 54; // increment this to force a cache reload (useful when the SM file format changes)
int CompareBPMSegments(const void *arg1, const void *arg2)
@@ -256,7 +256,7 @@ void Song::GetMainAndSubTitlesFromFullTitle( const CString sFullTitle, CString &
CString Song::GetCacheFilePath()
{
return ssprintf( "Cache\\%d", GetHashForString(m_sSongDir) );
return ssprintf( "Cache\\%u", (UINT)GetHashForString(m_sSongDir) );
}
CString Song::GetSongFilePath()