Browse Source

engine: client: print which tempentity type was overflowed

pull/2/head
Alibek Omarov 2 years ago
parent
commit
0027678a56
  1. 2
      engine/client/cl_tent.c

2
engine/client/cl_tent.c

@ -2393,7 +2393,7 @@ void CL_ParseTempEntity( sizebuf_t *msg ) @@ -2393,7 +2393,7 @@ void CL_ParseTempEntity( sizebuf_t *msg )
// throw warning
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…
Cancel
Save