mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-18 17:01:20 +00:00
Fix flag capturing
This commit is contained in:
parent
eaed781766
commit
be4dc010b8
1 changed files with 1 additions and 1 deletions
|
@ -4672,7 +4672,7 @@ static void P_ProcessTeamBase(player_t *player, UINT8 team)
|
||||||
player->gotflag &= ~teamflag;
|
player->gotflag &= ~teamflag;
|
||||||
mo->flags &= ~MF_SPECIAL;
|
mo->flags &= ~MF_SPECIAL;
|
||||||
mo->fuse = TICRATE;
|
mo->fuse = TICRATE;
|
||||||
mo->spawnpoint = flagpoints[team];
|
mo->spawnpoint = flagpoints[otherteam];
|
||||||
mo->flags2 |= MF2_JUSTATTACKED;
|
mo->flags2 |= MF2_JUSTATTACKED;
|
||||||
teamscores[team]++;
|
teamscores[team]++;
|
||||||
P_AddPlayerScore(player, 250);
|
P_AddPlayerScore(player, 250);
|
||||||
|
|
Loading…
Reference in a new issue