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
This commit is contained in:
Mark Olsen 2007-07-20 17:05:35 +00:00
parent bd853ce67a
commit 3ff0218436
1 changed files with 1 additions and 1 deletions

View File

@ -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