fixed crash in MsdFile. Also, updated ez2 and SMMAX2 themes to new element names.
This commit is contained in:
@@ -42,8 +42,8 @@ void Course::LoadFromCRSFile( CString sPath, CArray<Song*,Song*> &apSongs )
|
||||
|
||||
for( int i=0; i<msd.m_iNumValues; i++ )
|
||||
{
|
||||
CString sValueName = msd.m_szValuesAndParams[i][0];
|
||||
CString* sParams = msd.m_sValuesAndParams[i];
|
||||
CString sValueName = msd.m_sParams[i][0];
|
||||
CString* sParams = msd.m_sParams[i];
|
||||
|
||||
// handle the data
|
||||
if( 0 == stricmp(sValueName, "COURSE") )
|
||||
|
||||
Reference in New Issue
Block a user