mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
engine: mod_bmodel: fix const qualifier discard warning
This commit is contained in:
parent
ed47346ef1
commit
80507b2eca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user