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:
parent
bd853ce67a
commit
3ff0218436
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ typedef struct
|
||||||
|
|
||||||
int secondaryversion; //Constant - to say that any version 7 progs are actually ours, not someone else's alterations.
|
int secondaryversion; //Constant - to say that any version 7 progs are actually ours, not someone else's alterations.
|
||||||
} dprograms_t;
|
} dprograms_t;
|
||||||
|
#define standard_dprograms_t_size ((int)&((dprograms_t*)NULL)->ofsfiles)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue