mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 23:11:38 +00:00
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:
parent
3b0dbd29ca
commit
0bd960d6cc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -36,6 +36,9 @@
|
|||
*/
|
||||
//@{
|
||||
|
||||
// little-endian PACK
|
||||
#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P')
|
||||
|
||||
#define PAK_PATH_LENGTH 56
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue