Q3map2: * fix reading of old wolf, et, etut bsps

This commit is contained in:
Garux 2018-08-12 19:18:43 +03:00
parent 3706e1131a
commit 6ad88b42fa

View File

@ -508,7 +508,7 @@ void LoadIBSPFile( const char *filename ){
CopyLightGridLumps( header );
/* advertisements */
if ( header->version == 47 ) { // quake live's bsp version
if ( header->version == 47 && !strcmp( game->arg, "quakelive" ) ) { // quake live's bsp version minus wolf, et, etut
numBSPAds = CopyLump( (bspHeader_t*) header, LUMP_ADVERTISEMENTS, bspAds, sizeof( bspAdvertisement_t ) );
}
else{