engine: client: minor change, add forgotten newline in CL_DeltaEntityGS Host_Error call
This commit is contained in:
parent
ad6db91285
commit
92dc04ff3c
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ static void CL_DeltaEntityGS( const delta_header_t *hdr, sizebuf_t *msg, frame_t
|
||||||
if(( newnum < 0 ) || ( newnum >= clgame.maxEntities ))
|
if(( newnum < 0 ) || ( newnum >= clgame.maxEntities ))
|
||||||
{
|
{
|
||||||
Con_DPrintf( S_ERROR "CL_DeltaEntity: invalid newnum: %d\n", newnum );
|
Con_DPrintf( S_ERROR "CL_DeltaEntity: invalid newnum: %d\n", newnum );
|
||||||
Host_Error( "%s: bad delta entity number: %i", __func__, newnum );
|
Host_Error( "%s: bad delta entity number: %i\n", __func__, newnum );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue