fix warning

This commit is contained in:
Glenn Maynard
2003-10-21 20:57:48 +00:00
parent a08639e1c5
commit 593091e75e
+1 -1
View File
@@ -151,7 +151,7 @@ void SongManager::InitSongsFromDisk( LoadingWindow *ld )
if( PREFSMAN->m_DWIPath != "" )
LoadStepManiaSongDir( PREFSMAN->m_DWIPath + "/Songs", ld );
LOG->Trace( "Found %d songs in %f seconds.", m_pSongs.size(), tm.GetDeltaTime() );
LOG->Trace( "Found %d songs in %f seconds.", (int)m_pSongs.size(), tm.GetDeltaTime() );
}
void SongManager::SanityCheckGroupDir( CString sDir ) const