This commit is contained in:
Marisa the Magician 2019-08-08 12:05:36 +02:00
commit 0fdfbeef7e

View file

@ -31,7 +31,7 @@ Class OptionMenuItemUTHudPreview : OptionMenuItem
switch ( mColorP.GetInt() )
{
case 0:
int t = Teams[mPTeam.GetInt()];
int t = mPTeam.GetInt();
if ( t < Teams.Size() )
tintcolor = Color(Teams[t].mName);
break;