small fix so lightning3 works...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@47 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-26 07:38:52 +00:00
parent fd96c51c5b
commit 4f6a434e85
1 changed files with 3 additions and 1 deletions

View File

@ -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 ();