Missing closing bracket
This commit is contained in:
parent
6a3d79502f
commit
565192d2a6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Class OptionMenuItemUTHudPreview : OptionMenuItem
|
||||||
switch ( mColorP.GetInt() )
|
switch ( mColorP.GetInt() )
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
int t = Teams[mPTeam.GetInt();
|
int t = Teams[mPTeam.GetInt()];
|
||||||
if ( t < Teams.Size() )
|
if ( t < Teams.Size() )
|
||||||
tintcolor = Color(Teams[t].mName);
|
tintcolor = Color(Teams[t].mName);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue