mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: client: print which tempentity type was overflowed
This commit is contained in:
parent
ffea7d9729
commit
0027678a56
@ -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…
x
Reference in New Issue
Block a user