summaryrefslogtreecommitdiff
path: root/src/cgame/cg_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-09-01 17:37:17 +0000
committerTim Angus <tim@ngus.net>2003-09-01 17:37:17 +0000
commite390136fd151bfa813d250357815d4f38b1f927c (patch)
tree9ad200fcd5d635064b27f62eb8f8db134223e27e /src/cgame/cg_main.c
parentbfe055a63d4ce8577e6b86c2e9535993ae592c59 (diff)
* Exorcised gitem_t
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r--src/cgame/cg_main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c
index cab4cda3..22db4dba 100644
--- a/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
@@ -1385,11 +1385,10 @@ static clientInfo_t * CG_InfoFromScoreIndex( int index, int team, int *scoreInde
static const char *CG_FeederItemText( float feederID, int index, int column, qhandle_t *handle )
{
- gitem_t *item;
- int scoreIndex = 0;
- clientInfo_t *info = NULL;
- int team = -1;
- score_t *sp = NULL;
+ int scoreIndex = 0;
+ clientInfo_t *info = NULL;
+ int team = -1;
+ score_t *sp = NULL;
*handle = -1;