mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
Merge pull request #318 from Pan7/entdef
Fix (entity class) def file parsing
This commit is contained in:
commit
47ee49411b
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@ eclass_t *Eclass_InitFromText( char *text ){
|
||||||
text++;
|
text++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if ( Get_COM_Token()[0] == '?' ) {
|
||||||
|
text = t;
|
||||||
|
}
|
||||||
|
|
||||||
// get the flags
|
// get the flags
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue