mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
forgot to remove the debug info
This commit is contained in:
parent
3461e3d106
commit
e2944a82c9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue