add an accessor
This commit is contained in:
@@ -59,7 +59,7 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out )
|
||||
if( !bResult )
|
||||
RageException::Throw( "Error opening file '%s'.", 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];
|
||||
|
||||
Reference in New Issue
Block a user