Apply 4511 update

This commit is contained in:
Alibek Omarov
2019-06-17 07:05:36 +03:00
parent c215b89923
commit b16529cc65
20 changed files with 162 additions and 71 deletions

View File

@@ -879,7 +879,7 @@ int Delta_ClampIntegerField( delta_t *pField, int iValue, qboolean bSigned, int
{
#ifdef _DEBUG
if( numbits < 32 && abs( iValue ) >= (uint)BIT( numbits ))
Msg( "%s %d overflow %d\n", pField->name, abs( iValue ), (uint)BIT( numbits ));
Con_Reportf( "%s %d overflow %d\n", pField->name, abs( iValue ), (uint)BIT( numbits ));
#endif
if( numbits < 32 )
{