diff options
author | Tim Angus <tim@ngus.net> | 2003-09-01 17:37:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-09-01 17:37:17 +0000 |
commit | e390136fd151bfa813d250357815d4f38b1f927c (patch) | |
tree | 9ad200fcd5d635064b27f62eb8f8db134223e27e /src/cgame/cg_main.c | |
parent | bfe055a63d4ce8577e6b86c2e9535993ae592c59 (diff) |
* Exorcised gitem_t
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 9 |
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; |