From 0bd960d6cc719d7f5109396ccd31ec727fc13bfd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 7 Dec 2010 13:54:54 +0900 Subject: [PATCH] Move IDPAKHEADER to where it belongs. It's not used anywhere, but it doesn't belong with the bsp types. --- include/QF/bspfile.h | 3 --- include/QF/pak.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/QF/bspfile.h b/include/QF/bspfile.h index 88397c972..1ee697ac7 100644 --- a/include/QF/bspfile.h +++ b/include/QF/bspfile.h @@ -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 diff --git a/include/QF/pak.h b/include/QF/pak.h index 63363c05f..5ae37fb77 100644 --- a/include/QF/pak.h +++ b/include/QF/pak.h @@ -36,6 +36,9 @@ */ //@{ +// little-endian PACK +#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P') + #define PAK_PATH_LENGTH 56 typedef struct {