Merge pull request #318 from Pan7/entdef

Fix (entity class) def file parsing
This commit is contained in:
Timothee "TTimo" Besset 2015-10-03 12:31:15 -05:00
commit 47ee49411b

View file

@ -183,6 +183,9 @@ eclass_t *Eclass_InitFromText( char *text ){
text++;
}
}
else if ( Get_COM_Token()[0] == '?' ) {
text = t;
}
// get the flags