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