diff options
-rw-r--r-- | src/game/g_buildable.c | 6 |
1 files changed, 0 insertions, 6 deletions
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" ) || |