engine: mod_bmodel: fix const qualifier discard warning

This commit is contained in:
Alibek Omarov 2023-01-04 17:55:59 +03:00
parent ed47346ef1
commit 80507b2eca
1 changed files with 1 additions and 1 deletions

View File

@ -2887,7 +2887,7 @@ qboolean Mod_LoadBmodelLumps( const byte *mod_base, qboolean isworld )
return true;
}
static int Mod_LumpLooksLikeEntitiesFile( file_t *f, dlump_t *l, int flags, const char *msg )
static int Mod_LumpLooksLikeEntitiesFile( file_t *f, const dlump_t *l, int flags, const char *msg )
{
char *buf;
int ret;