mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-18 17:01:20 +00:00
Fix a typo
This commit is contained in:
parent
06972d6855
commit
f27ea0169f
1 changed files with 1 additions and 1 deletions
|
@ -3527,7 +3527,7 @@ team_t teams[MAXTEAMS] = {
|
|||
.color = SKINCOLOR_BLUE,
|
||||
.weapon_color = SKINCOLOR_BLUE,
|
||||
.missile_color = SKINCOLOR_CORNFLOWER,
|
||||
.weapon_mobj_type = MT_REDTEAMRING,
|
||||
.weapon_mobj_type = MT_BLUETEAMRING,
|
||||
.flag = GF_BLUEFLAG,
|
||||
.flag_mobj_type = MT_BLUEFLAG,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue