mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
That's endian, not endien.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2344 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0446b1d81a
commit
6c5759a164
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void InsertLinkAfter (link_t *l, link_t *after);
|
|||
|
||||
//============================================================================
|
||||
|
||||
extern qboolean bigendien;
|
||||
extern qboolean bigendian;
|
||||
|
||||
extern short (*BigShort) (short l);
|
||||
extern short (*LittleShort) (short l);
|
||||
|
|
Loading…
Reference in a new issue