mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
Merge 4097
This commit is contained in:
@@ -1528,7 +1528,7 @@ static void Mod_LoadEntities( dbspmodel_t *bmod )
|
||||
{
|
||||
if( ft1 > ft2 )
|
||||
{
|
||||
Con_Printf( S_WARN "Entity patch %s is older than bsp. Ignored.\n", entfilename );
|
||||
Con_Printf( S_WARN "Entity patch is older than bsp. Ignored.\n" );
|
||||
}
|
||||
else if(( entpatch = FS_LoadFile( entfilename, &entpatchsize, true )) != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user