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
@@ -273,7 +273,7 @@ bool DWILoader::LoadFromDWIFile( CString sPath, Song &out )
if( !bResult )
RageException::Throw( "Error opening file '%s' for reading.", sPath.GetString() );
for( unsigned i=0; i<msd.m_iNumValues; i++ )
for( unsigned i=0; i<msd.GetNumValues(); i++ )
{
int iNumParams = msd.m_iNumParams[i];
CString* sParams = msd.m_sParams[i];