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:
Mark Olsen 2006-07-08 22:35:15 +00:00
parent 0446b1d81a
commit 6c5759a164
1 changed files with 1 additions and 1 deletions

View File

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