(by LordHavoc) game_etut uses BSP format version 47 too

This commit is contained in:
Rudolf Polzer 2011-01-30 16:02:01 +01:00
parent 0a4e4f3786
commit 9aec6744f5

View File

@ -166,7 +166,7 @@ game_t struct
MINIMAP_MODE_GRAY, /* minimap mode */ MINIMAP_MODE_GRAY, /* minimap mode */
"%s.tga", /* minimap name format */ "%s.tga", /* minimap name format */
"IBSP", /* bsp file prefix */ "IBSP", /* bsp file prefix */
46, /* bsp file version */ 47, /* bsp file version */
qfalse, /* cod-style lump len/ofs order */ qfalse, /* cod-style lump len/ofs order */
LoadIBSPFile, /* bsp load function */ LoadIBSPFile, /* bsp load function */
WriteIBSPFile, /* bsp write function */ WriteIBSPFile, /* bsp write function */