diff --git a/engine/client/cl_tent.c b/engine/client/cl_tent.c index af0b07283..1a62c50f4 100644 --- a/engine/client/cl_tent.c +++ b/engine/client/cl_tent.c @@ -699,9 +699,11 @@ void CL_ParseTEnt (void) case TE_LIGHTNING1: // lightning bolts case TE_LIGHTNING2: // lightning bolts - case TE_LIGHTNING3: // lightning bolts CL_ParseBeam (type - TE_LIGHTNING1); break; + case TE_LIGHTNING3: // lightning bolts + CL_ParseBeam (2); + break; case TE_LAVASPLASH: pos[0] = MSG_ReadCoord ();