diff options
author | Tim Angus <tim@ngus.net> | 2001-12-30 02:20:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-12-30 02:20:36 +0000 |
commit | 969f12211fb141c6e7b68c662294002a177dc386 (patch) | |
tree | 81a5775900668b9147621e8405c9cd993a048a9e /src/cgame/cg_buildable.c | |
parent | 8b42b0ff0714ff211801a7c7ec57197c1576884f (diff) |
bg_itemlist is dead. Yay
Diffstat (limited to 'src/cgame/cg_buildable.c')
-rw-r--r-- | src/cgame/cg_buildable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index b61735a7..03123e3c 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_buildable.c @@ -390,8 +390,6 @@ void CG_Buildable( centity_t *cent ) trace_t tr; es = ¢->currentState; - if ( es->modelindex >= bg_numItems ) - CG_Error( "Bad item index %i on entity", es->modelindex ); //add creep if( es->modelindex2 == BIT_ALIENS ) |