From: Forest Hale Date: Sun, 30 Jan 2011 03:18:05 +0000 (+0000) Subject: use bsp version 47 for the appropriate games, this unbreaks a previous X-Git-Tag: xonotic-v0.7.0~16^2~12^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=53af03faff69e5b1e9133484668eb80094c17a46;p=xonotic%2Fnetradiant.git use bsp version 47 for the appropriate games, this unbreaks a previous commit git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@440 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/tools/quake3/q3map2/game_etut.h b/tools/quake3/q3map2/game_etut.h index c2100bff..9823ff96 100644 --- a/tools/quake3/q3map2/game_etut.h +++ b/tools/quake3/q3map2/game_etut.h @@ -150,7 +150,7 @@ game_t struct 2.2f, /* lightmap gamma */ 1.0f, /* lightmap compensate */ "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 */ diff --git a/tools/quake3/q3map2/game_wolf.h b/tools/quake3/q3map2/game_wolf.h index 69be74ab..3200d162 100644 --- a/tools/quake3/q3map2/game_wolf.h +++ b/tools/quake3/q3map2/game_wolf.h @@ -131,7 +131,7 @@ game_t struct 1.0f, /* lightmap gamma */ 1.0f, /* lightmap compensate */ "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 */ diff --git a/tools/quake3/q3map2/game_wolfet.h b/tools/quake3/q3map2/game_wolfet.h index 1d0ee85b..a6ca181f 100644 --- a/tools/quake3/q3map2/game_wolfet.h +++ b/tools/quake3/q3map2/game_wolfet.h @@ -68,7 +68,7 @@ game_t struct 1.0f, /* lightmap gamma */ 1.0f, /* lightmap compensate */ "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 */