refactored EntityClass usage to only store being a miscmodel in miscmodel_is bool + set it on setting classname
* miscmodel filter: simplify and support miscmodels, defined by new way (xml .ent)
This commit is contained in:
@@ -204,7 +204,7 @@ EntityClass *Eclass_InitFromText( const char *text ){
|
||||
|
||||
// grab the name
|
||||
text = COM_Parse( text );
|
||||
e->m_name = Get_COM_Token();
|
||||
e->name_set( Get_COM_Token() );
|
||||
debugname = e->name();
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user