From 27ad2c0e19891f7f2454c9eedf76878dc1942ba6 Mon Sep 17 00:00:00 2001 From: "Tony J. White" Date: Thu, 30 Aug 2007 21:37:42 +0000 Subject: * (bug 2989) committed the wrong patch for this bug originally (thanks Jacques) --- src/game/g_buildable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 33f08ae0..3c328a81 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -770,7 +770,7 @@ void AOvermind_Think( gentity_t *self ) for( i = 0; i < level.numConnectedClients; i++ ) { builder = &g_entities[ level.sortedClients[ i ] ]; - if( builder->spawned && + if( builder->health > 0 && ( builder->client->pers.classSelection == PCL_ALIEN_BUILDER0 || builder->client->pers.classSelection == PCL_ALIEN_BUILDER0_UPG ) ) { -- cgit