mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
engine: add few lines in mod_bmodel back, got removed in previous commits accidentally
This commit is contained in:
parent
13ed2742b2
commit
d047dfc319
@ -2804,6 +2804,9 @@ qboolean Mod_LoadBmodelLumps( const byte *mod_base, qboolean isworld )
|
||||
srclumps[1].lumpnumber = LUMP_PLANES;
|
||||
break;
|
||||
default:
|
||||
Con_Printf( S_ERROR "%s has wrong version number (%i should be %i)\n", loadmodel->name, header->version, HLBSP_VERSION );
|
||||
loadstat.numerrors++;
|
||||
return false;
|
||||
}
|
||||
|
||||
bmod->version = header->version; // share up global
|
||||
|
Loading…
Reference in New Issue
Block a user