Remove unused who_killed_controlcen

This commit is contained in:
Kp 2014-01-08 03:48:12 +00:00
parent 55fc7f58b5
commit 61ad220d42
2 changed files with 0 additions and 4 deletions

View file

@ -386,8 +386,6 @@ extern int VerifyPlayerJoined;
extern int Player_joining_extras;
extern int Network_player_added;
extern int who_killed_controlcen;
extern short kill_matrix[MAX_PLAYERS][MAX_PLAYERS];
extern short team_kills[2];

View file

@ -100,8 +100,6 @@ static inline void vm_angvec_zero(vms_angvec *v)
int multi_protocol=0; // set and determinate used protocol
int imulti_new_game=0; // to prep stuff for level only when starting new game
int who_killed_controlcen = -1; // -1 = noone
//do we draw the kill list on the HUD?
int Show_kill_list = 1;
int Show_reticle_name = 1;