Removed unused variables

This commit is contained in:
Richard Allen 2002-06-12 19:59:39 +00:00
parent f585fd16ab
commit c0631d931a
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.23 2002/06/12 19:59:39 jbravo
// Removed unused variables
//
// Revision 1.22 2002/06/05 20:09:17 jbravo
// Never commit uncompiled code! :)
//
@ -381,7 +384,7 @@ CG_CheckLocalSounds
==================
*/
void CG_CheckLocalSounds( playerState_t *ps, playerState_t *ops ) {
int highScore, health, armor, reward;
int health, armor, reward;
// sfxHandle_t sfx;
// don't play the sounds if the player just changed teams

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.12 2002/06/12 19:59:39 jbravo
// Removed unused variables
//
// Revision 1.11 2002/06/12 03:37:38 blaze
// some fixes for the add bot code
//
@ -577,7 +580,6 @@ static void G_AddBot( const char *name, float skill, const char *team, int delay
int clientNum;
char *botinfo;
gentity_t *bot;
char *key;
char *s;
char *botname;
char *model;