diff options
Diffstat (limited to 'src/cgame/cg_buildable.c')
-rw-r--r-- | src/cgame/cg_buildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index e56e62ec..b61735a7 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_buildable.c @@ -394,7 +394,7 @@ void CG_Buildable( centity_t *cent ) CG_Error( "Bad item index %i on entity", es->modelindex ); //add creep - if( es->modelindex2 == BIT_DROIDS ) + if( es->modelindex2 == BIT_ALIENS ) CG_Creep( cent ); // if set to invisible, skip |