mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Fix (entity class) def file parsing
This commit is contained in:
parent
424958f54b
commit
b0ca831d84
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ eclass_t *Eclass_InitFromText( char *text ){
|
|||
text++;
|
||||
}
|
||||
}
|
||||
else if ( Get_COM_Token()[0] == '?' ) {
|
||||
text = t;
|
||||
}
|
||||
|
||||
// get the flags
|
||||
|
||||
|
|
Loading…
Reference in a new issue