]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
(by LordHavoc) game_etut uses BSP format version 47 too
authorRudolf Polzer <divverent@alientrap.org>
Sun, 30 Jan 2011 15:02:01 +0000 (16:02 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 30 Jan 2011 15:02:01 +0000 (16:02 +0100)
tools/quake3/q3map2/game_etut.h

index 87d32b5563e0ea262079c6f5eb9d7d682891a85b..8add5bbe09a78a221559536d92ce5309d5809bc9 100644 (file)
@@ -166,7 +166,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 */