engine: client: print which tempentity type was overflowed
This commit is contained in:
parent
ffea7d9729
commit
0027678a56
1 changed files with 1 additions and 1 deletions
|
@ -2393,7 +2393,7 @@ void CL_ParseTempEntity( sizebuf_t *msg )
|
||||||
|
|
||||||
// throw warning
|
// throw warning
|
||||||
if( MSG_CheckOverflow( &buf ))
|
if( MSG_CheckOverflow( &buf ))
|
||||||
Con_DPrintf( S_WARN "ParseTempEntity: overflow TE message\n" );
|
Con_DPrintf( S_WARN "ParseTempEntity: overflow TE message %i\n", type );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue