Missing closing bracket

This commit is contained in:
Marisa the Magician 2019-08-08 12:03:40 +02:00
commit 565192d2a6

View file

@ -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;