Make use of NiceAsses ClearBodyQue() between rounds

This commit is contained in:
Richard Allen 2002-01-23 15:59:43 +00:00
parent a40b1e07f1
commit 23f679b5a8

View file

@ -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++)
{