From 765a55f60d1d74ec81104f7956e56e1ef3ea6714 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Sat, 4 May 2002 06:28:58 +0000 Subject: [PATCH] no message --- reaction/game/g_spawn.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/reaction/game/g_spawn.c b/reaction/game/g_spawn.c index 75af9028..f95351d6 100644 --- a/reaction/game/g_spawn.c +++ b/reaction/game/g_spawn.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.23 2002/05/04 06:28:58 makro +// no message +// // Revision 1.22 2002/05/04 01:03:43 makro // Bots // @@ -437,11 +440,6 @@ qboolean G_CallSpawn( gentity_t *ent ) { for ( item=bg_itemlist+1 ; item->classname ; item++ ) { if ( !strcmp(item->classname, ent->classname) ) { G_SpawnItem( ent, item ); - /* - if (g_gametype.integer == GT_TEAMPLAY) { - ent->r.svFlags |= SVF_NOCLIENT; - ent->s.eFlags |= EF_NODRAW; - }*/ return qtrue; } }