forgot to remove the debug info

This commit is contained in:
Bill Currie 2001-05-16 03:37:53 +00:00
parent 3461e3d106
commit e2944a82c9

View file

@ -370,7 +370,6 @@ CL_ParseTEnt (void)
case TE_GUNSHOT: // bullet hitting wall
case TE_BLOOD: // bullets hitting body
if (type == TE_GUNSHOT) {
Con_Printf("gunshot ");
cnt = 20;
} else {
cnt = MSG_ReadByte (net_message);
@ -381,7 +380,6 @@ CL_ParseTEnt (void)
pos[1] = MSG_ReadCoord (net_message);
pos[2] = MSG_ReadCoord (net_message);
R_RunPuffEffect (pos, type, cnt);
Con_Printf("%d %d %f %f %f\n", type, cnt, pos[0], pos[1], pos[2]);
break;
#ifdef QUAKE2