]> icculus.org git repositories - divverent/nexuiz.git/blob - misc/gtkradiant/singlepatches/q3map2-format46.diff
add a trivial patch to write BSP version 46 again
[divverent/nexuiz.git] / misc / gtkradiant / singlepatches / q3map2-format46.diff
1 Index: tools/quake3/q3map2/game_quake3.h
2 ===================================================================
3 --- tools/quake3/q3map2/game_quake3.h.orig      2008-09-11 10:59:01.000000000 +0200
4 +++ tools/quake3/q3map2/game_quake3.h   2008-09-11 10:59:07.000000000 +0200
5 @@ -114,7 +114,7 @@
6         1.0f,                           /* lightmap gamma */
7         1.0f,                           /* lightmap compensate */
8         "IBSP",                         /* bsp file prefix */
9 -       47,                                     /* bsp file version */
10 +       46,                                     /* bsp file version */
11         qfalse,                         /* cod-style lump len/ofs order */
12         LoadIBSPFile,           /* bsp load function */
13         WriteIBSPFile,          /* bsp write function */