From 288e4faa22b843f95592e62b03d2c59acacfae28 Mon Sep 17 00:00:00 2001 From: knghtbrd Date: Fri, 5 Jul 2002 13:28:07 +0000 Subject: [PATCH] Change to using a flash for teleport rather than a particle effect. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1985 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_tent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cl_tent.c b/cl_tent.c index c5606a43..987ff449 100644 --- a/cl_tent.c +++ b/cl_tent.c @@ -399,7 +399,8 @@ void CL_ParseTEnt (void) pos[0] = MSG_ReadCoord (); pos[1] = MSG_ReadCoord (); pos[2] = MSG_ReadCoord (); - CL_TeleportSplash (pos); + CL_AllocDlight (NULL, pos, 1000, 1.25f, 1.25f, 1.25f, 3000, 99.0f); +// CL_TeleportSplash (pos); break; case TE_EXPLOSION2: // color mapped explosion -- 2.39.2