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:
divverent 2009-08-02 18:57:39 +00:00
parent bc68966c60
commit dbe011759a
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */