mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 20:52:16 +00:00
Think I fixed the lights.wav thing
This commit is contained in:
parent
d4ce92f68b
commit
552e267a0a
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $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
|
// Revision 1.66 2002/04/28 11:03:46 slicer
|
||||||
// Added "teammodel" for Matchmode, Referee "pause" command
|
// Added "teammodel" for Matchmode, Referee "pause" command
|
||||||
//
|
//
|
||||||
|
@ -372,9 +375,10 @@ void StartLCA()
|
||||||
CleanLevel();
|
CleanLevel();
|
||||||
trap_Cvar_Set("g_RQ3_lca", "1");
|
trap_Cvar_Set("g_RQ3_lca", "1");
|
||||||
level.lights_camera_action = (41*level.fps)/10;
|
level.lights_camera_action = (41*level.fps)/10;
|
||||||
|
trap_SendServerCommand( -1, "lights");
|
||||||
SpawnPlayers();
|
SpawnPlayers();
|
||||||
|
|
||||||
trap_SendServerCommand( -1, "lights");
|
// trap_SendServerCommand( -1, "lights");
|
||||||
}
|
}
|
||||||
|
|
||||||
void ContinueLCA()
|
void ContinueLCA()
|
||||||
|
|
Loading…
Reference in a new issue