mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 10:21:21 +00:00
[util] Write the correct bsp format id for bsp2
Oops :P
This commit is contained in:
parent
523ab007d6
commit
80a89c5e1e
1 changed files with 2 additions and 1 deletions
|
@ -810,7 +810,8 @@ do { \
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
tbsp->header->version = BSPVERSION;
|
||||
memcpy (&tbsp->header->version, BSP2VERSION,
|
||||
sizeof (tbsp->header->version));
|
||||
|
||||
data = (byte *) &tbsp->header[1];
|
||||
SET_LUMP (LUMP_PLANES, planes);
|
||||
|
|
Loading…
Reference in a new issue