Move IDPAKHEADER to where it belongs.

It's not used anywhere, but it doesn't belong with the bsp types.
This commit is contained in:
Bill Currie 2010-12-07 13:54:54 +09:00
parent 3b0dbd29ca
commit 0bd960d6cc
2 changed files with 3 additions and 3 deletions

View file

@ -65,9 +65,6 @@
//=============================================================================
// little-endian PACK
#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P')
#define BSPVERSION 29
#define Q2BSPVERSION 38
#define TOOLVERSION 2

View file

@ -36,6 +36,9 @@
*/
//@{
// little-endian PACK
#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P')
#define PAK_PATH_LENGTH 56
typedef struct {