diff --git a/source/cl_tent.c b/source/cl_tent.c index c62d5a7..db454d9 100644 --- a/source/cl_tent.c +++ b/source/cl_tent.c @@ -185,6 +185,8 @@ void CL_ParseTEnt (void) break; case TE_EXPLOSION: // rocket explosion + case TE_RAYSPLASHGREEN: + case TE_RAYSPLASHRED: pos[0] = MSG_ReadCoord (cl.protocolflags); pos[1] = MSG_ReadCoord (cl.protocolflags); pos[2] = MSG_ReadCoord (cl.protocolflags); diff --git a/source/protocol.h b/source/protocol.h index e266e1d..44c90f0 100644 --- a/source/protocol.h +++ b/source/protocol.h @@ -243,10 +243,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define TE_LAVASPLASH 10 #define TE_TELEPORT 11 #define TE_EXPLOSION2 12 - // PGM 01/21/97 #define TE_BEAM 13 // PGM 01/21/97 +#define TE_RAYSPLASHGREEN 14 +#define TE_RAYSPLASHRED 15 typedef struct {