add an accessor

This commit is contained in:
Glenn Maynard
2003-01-14 22:10:04 +00:00
parent 70e386192b
commit e4f9a339af
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void Course::LoadFromCRSFile( CString sPath, vector<Song*> &apSongs )
if( !arrayPossibleBanners.empty() )
m_sBannerPath = arrayPossibleBanners[0];
for( unsigned i=0; i<msd.m_iNumValues; i++ )
for( unsigned i=0; i<msd.GetNumValues(); i++ )
{
CString sValueName = msd.m_sParams[i][0];
CString* sParams = msd.m_sParams[i];