From a2b05468b75fed034e54cc79615c07fb2d3d6486 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 12 Aug 2003 22:12:04 +0000 Subject: * Bug fix to listbox reset feature * Client side creep significantly reworked * MinNormal is actually tested for now * Overmind no longer attacks after dying * Some internal hivemind->overmind confusion fixups --- src/cgame/cg_local.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 3d580b4c..f4663f80 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1346,11 +1346,6 @@ void CG_DrawItemSelect( rectDef_t *rect, vec4_t color ); void CG_DrawItemSelectText( rectDef_t *rect, float scale, int textStyle ); -// -// cg_creep.c -// -void CG_Creep( centity_t *cent ); - // // cg_scanner.c // -- cgit