From 370ae26d5bb2aa7c17588b3744ebc3ac01918df7 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 31 Mar 2001 18:37:42 +0000 Subject: Removed redundant code --- src/game/g_buildable.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 135fcdb7..5c3cab37 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -623,12 +623,6 @@ itemBuildError_t itemFits( gentity_t *ent, buildable_t buildable, int distance ) if( level.humanBuildPoints - BG_FindBuildPointsForBuildable( buildable ) < 0 ) reason = IBE_NOPOWER; -/* tempent->classname = BG_FindEntityNameForBuildable( buildable ); - VectorCopy( entity_origin, tempent->s.origin ); - tempent->parentNode = NULL; - - if( !findPower( tempent ) ) - reason = IBE_NOPOWER;*/ for ( i = 1, tempent = g_entities + i; i < level.num_entities; i++, tempent++ ) { if( !Q_stricmp( tempent->classname, "team_human_reactor" ) || -- cgit