Another one

This commit is contained in:
Dale Weiler 2013-10-16 21:47:12 -04:00
parent c63bebd7d8
commit 0f479f3e88

View file

@ -30,10 +30,10 @@ struct token_s {
char *value;
union {
vec3_t v;
int i;
double f;
int t; /* type */
vec3_t v;
int i;
qcfloat_t f;
int t; /* type */
} constval;
#if 0