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
5eb7f09346
commit
06972d6855
1 changed files with 1 additions and 1 deletions
|
@ -3518,7 +3518,7 @@ team_t teams[MAXTEAMS] = {
|
|||
.color = SKINCOLOR_RED,
|
||||
.weapon_color = SKINCOLOR_RED,
|
||||
.missile_color = SKINCOLOR_SALMON,
|
||||
.weapon_mobj_type = MT_BLUETEAMRING,
|
||||
.weapon_mobj_type = MT_REDTEAMRING,
|
||||
.flag = GF_REDFLAG,
|
||||
.flag_mobj_type = MT_REDFLAG,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue