Accept portal2's models too.

This commit is contained in:
Shpoike 2021-05-30 07:59:56 +01:00
parent 86e427126c
commit fa5538f696
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ qboolean QDECL Mod_LoadHLModel (model_t *mod, void *buffer, size_t fsize)
} }
#ifdef MODELFMT_HL2 #ifdef MODELFMT_HL2
if (header->version >= 44 && header->version <= 48) if (header->version >= 44 && header->version <= 49)
return Mod_LoadHL2Model(mod, buffer, fsize); return Mod_LoadHL2Model(mod, buffer, fsize);
#endif #endif