supposedly, RTCW and W:ET use BSP format 47... so let's use that
git-svn-id: svn://svn.icculus.org/netradiant/trunk@394 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
bc68966c60
commit
dbe011759a
|
|
@ -146,7 +146,7 @@ game_t struct
|
|||
MINIMAP_MODE_GRAY, /* minimap mode */
|
||||
"%s.tga", /* minimap name format */
|
||||
"IBSP", /* bsp file prefix */
|
||||
46, /* bsp file version */
|
||||
47, /* bsp file version */
|
||||
qfalse, /* cod-style lump len/ofs order */
|
||||
LoadIBSPFile, /* bsp load function */
|
||||
WriteIBSPFile, /* bsp write function */
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ game_t struct
|
|||
MINIMAP_MODE_GRAY, /* minimap mode */
|
||||
"%s.tga", /* minimap name format */
|
||||
"IBSP", /* bsp file prefix */
|
||||
46, /* bsp file version */
|
||||
47, /* bsp file version */
|
||||
qfalse, /* cod-style lump len/ofs order */
|
||||
LoadIBSPFile, /* bsp load function */
|
||||
WriteIBSPFile, /* bsp write function */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user