Fix an error here that I caused.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2588 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
03ce73bb55
commit
8f285d7787
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ QCC_type_t *type_variant;// = {ev_integer/*, &def_integer*/};
|
||||||
QCC_type_t *type_floatfield;// = {ev_field/*, &def_field*/, NULL, &type_float};
|
QCC_type_t *type_floatfield;// = {ev_field/*, &def_field*/, NULL, &type_float};
|
||||||
|
|
||||||
#ifdef QCCONLY
|
#ifdef QCCONLY
|
||||||
const int type_size[12] = {1, //void
|
const unsigned int type_size[12] = {1, //void
|
||||||
sizeof(string_t)/4, //string
|
sizeof(string_t)/4, //string
|
||||||
1, //float
|
1, //float
|
||||||
3, //vector
|
3, //vector
|
||||||
|
|
Loading…
Reference in a new issue