mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
no message
This commit is contained in:
parent
d600188395
commit
765a55f60d
1 changed files with 3 additions and 5 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.23 2002/05/04 06:28:58 makro
|
||||||
|
// no message
|
||||||
|
//
|
||||||
// Revision 1.22 2002/05/04 01:03:43 makro
|
// Revision 1.22 2002/05/04 01:03:43 makro
|
||||||
// Bots
|
// Bots
|
||||||
//
|
//
|
||||||
|
@ -437,11 +440,6 @@ qboolean G_CallSpawn( gentity_t *ent ) {
|
||||||
for ( item=bg_itemlist+1 ; item->classname ; item++ ) {
|
for ( item=bg_itemlist+1 ; item->classname ; item++ ) {
|
||||||
if ( !strcmp(item->classname, ent->classname) ) {
|
if ( !strcmp(item->classname, ent->classname) ) {
|
||||||
G_SpawnItem( ent, item );
|
G_SpawnItem( ent, item );
|
||||||
/*
|
|
||||||
if (g_gametype.integer == GT_TEAMPLAY) {
|
|
||||||
ent->r.svFlags |= SVF_NOCLIENT;
|
|
||||||
ent->s.eFlags |= EF_NODRAW;
|
|
||||||
}*/
|
|
||||||
return qtrue;
|
return qtrue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue