Fix a typo

This commit is contained in:
Lactozilla 2023-08-06 21:31:35 -03:00
parent f3f9a0f4cb
commit b31afd6e6e

View file

@ -1818,7 +1818,7 @@ static void ParseTextmapSectorParameter(UINT32 i, const char *param, const char
{
if (fastcmp(val, teamnames[j][1]))
{
sectors[j].teambase = j;
sectors[i].teambase = j;
break;
}
}