From 3ff0218436c429dda80ecb99277f8740d8d7c321 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Fri, 20 Jul 2007 17:05:35 +0000 Subject: [PATCH] Don't byteswap the beginning of the string table, please. (commited by proxy for Spike) git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2526 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/pr_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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