diff --git a/engine/qclib/pr_comp.h b/engine/qclib/pr_comp.h index f1506c9a3..415a355d8 100644 --- a/engine/qclib/pr_comp.h +++ b/engine/qclib/pr_comp.h @@ -465,7 +465,7 @@ typedef struct int secondaryversion; //Constant - to say that any version 7 progs are actually ours, not someone else's alterations. } dprograms_t; - +#define standard_dprograms_t_size ((int)&((dprograms_t*)NULL)->ofsfiles) #endif