mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 17:41:47 +00:00
Make use of NiceAsses ClearBodyQue() between rounds
This commit is contained in:
parent
a40b1e07f1
commit
23f679b5a8
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.4 2002/01/23 15:59:43 jbravo
|
||||
// Make use of NiceAsses ClearBodyQue() between rounds
|
||||
//
|
||||
// Revision 1.3 2002/01/21 20:03:15 jbravo
|
||||
// Changed the knifes fix a bit
|
||||
//
|
||||
|
@ -197,6 +200,7 @@ void CleanLevel()
|
|||
gentity_t *ent;
|
||||
int i;
|
||||
|
||||
ClearBodyQue();
|
||||
ent = &g_entities[MAX_CLIENTS];
|
||||
for ( i = MAX_CLIENTS ; i<level.num_entities ; i++, ent++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue