From 552e267a0abfa22c22289bd9b9cbb732d544f32a Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Mon, 29 Apr 2002 01:15:07 +0000 Subject: [PATCH] Think I fixed the lights.wav thing --- reaction/game/g_teamplay.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reaction/game/g_teamplay.c b/reaction/game/g_teamplay.c index f38bb13e..a7c23e3f 100644 --- a/reaction/game/g_teamplay.c +++ b/reaction/game/g_teamplay.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.67 2002/04/29 01:15:07 jbravo +// Think I fixed the lights.wav thing +// // Revision 1.66 2002/04/28 11:03:46 slicer // Added "teammodel" for Matchmode, Referee "pause" command // @@ -372,9 +375,10 @@ void StartLCA() CleanLevel(); trap_Cvar_Set("g_RQ3_lca", "1"); level.lights_camera_action = (41*level.fps)/10; + trap_SendServerCommand( -1, "lights"); SpawnPlayers(); - trap_SendServerCommand( -1, "lights"); +// trap_SendServerCommand( -1, "lights"); } void ContinueLCA()