removed unused flag

This commit is contained in:
neumond 2014-03-25 18:58:25 +04:00
parent 73b5b0dca7
commit 6f6ee7f713

View file

@ -159,8 +159,9 @@ eclass_t *Eclass_InitFromText( char *text ){
text++;
// get the size
text = COM_Parse( text );
t = COM_Parse( text );
if ( Get_COM_Token()[0] == '(' ) { // parse the size as two vectors
text = t;
e->fixedsize = true;
r = sscanf( text,"%f %f %f) (%f %f %f)", &e->mins[0], &e->mins[1], &e->mins[2],
&e->maxs[0], &e->maxs[1], &e->maxs[2] );