summaryrefslogtreecommitdiff
path: root/src/game/g_team.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r--src/game/g_team.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c
index b6e2c8a7..ce9263d1 100644
--- a/src/game/g_team.c
+++ b/src/game/g_team.c
@@ -472,7 +472,7 @@ void Team_CheckHurtCarrier(gentity_t *targ, gentity_t *attacker)
/*if (targ->client->sess.sessionTeam == TEAM_HUMANS)
flag_pw = PW_BLUEFLAG;
else
- flag_pw = PW_REDFLAG;*/
+ flag_pw = PW_REDFLAG;
if (targ->client->ps.powerups[flag_pw] &&
targ->client->sess.sessionTeam != attacker->client->sess.sessionTeam)
@@ -481,7 +481,7 @@ void Team_CheckHurtCarrier(gentity_t *targ, gentity_t *attacker)
// skulls
if (targ->client->ps.generic1 &&
targ->client->sess.sessionTeam != attacker->client->sess.sessionTeam)
- attacker->client->pers.teamState.lasthurtcarrier = level.time;
+ attacker->client->pers.teamState.lasthurtcarrier = level.time;*/
}