diff --git a/tools/qfcc/source/type.c b/tools/qfcc/source/type.c index b83042c09..463a986b9 100644 --- a/tools/qfcc/source/type.c +++ b/tools/qfcc/source/type.c @@ -661,7 +661,7 @@ vector_type (const type_t *ele_type, int width) for (type_t **vtype = vec_types; *vtype; vtype++) { if ((*vtype)->type == ele_type->type && (*vtype)->width == width) { - if (options.code.progsversion <= PROG_VERSION) { + if (options.code.progsversion < PROG_VERSION) { if (*vtype == &type_vec3) { return &type_vector; }