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
f3f9a0f4cb
commit
b31afd6e6e
1 changed files with 1 additions and 1 deletions
|
@ -1818,7 +1818,7 @@ static void ParseTextmapSectorParameter(UINT32 i, const char *param, const char
|
||||||
{
|
{
|
||||||
if (fastcmp(val, teamnames[j][1]))
|
if (fastcmp(val, teamnames[j][1]))
|
||||||
{
|
{
|
||||||
sectors[j].teambase = j;
|
sectors[i].teambase = j;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue