diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 54d73c90..b7e02177 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -474,11 +474,6 @@ qboolean itemFits( gentity_t *ent, gitem_t *item, int distance ); gentity_t *Build_Item( gentity_t *ent, gitem_t *item, int distance ); // -// g_creep.c -// -gentity_t *createCreepNode( vec3_t origin ); - -// // g_utils.c // int G_ModelIndex( char *name ); |