Allow setting the asset name
This commit is contained in:
@@ -110,6 +110,10 @@ void ModeChoice::Load( int iIndex, CString sChoice )
|
||||
m_sAnnouncer = sValue;
|
||||
}
|
||||
|
||||
if( sName == "name" )
|
||||
{
|
||||
m_sName = sValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user