diff options
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 70803af..51b7005 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -401,7 +401,7 @@ float G_RewardAttackers( gentity_t *self ) } self->credits[ i ] = 0; } - ++self->client->pers.deaths; + // ++self->client->pers.deaths; // Com_Printf(S_COLOR_YELLOW "Killed: kills = %f deaths = %d\n",self->client->pers.kills,self->client->pers.deaths); // Com_Printf(S_COLOR_YELLOW "Team: kills = %f deaths = %f\n",level.alienRewardKills,level.humanRewardKills); |