- fixed bot color issue, thanks to Gez's patch.

SVN r3495 (trunk)
This commit is contained in:
Christoph Oelckers 2012-03-31 11:13:34 +00:00
parent 89790ac313
commit 6f824e5ec7

View file

@ -747,6 +747,7 @@ void D_ReadUserInfoStrings (int i, BYTE **stream, bool update)
if (infotype == INFO_Color)
{
info->color = V_GetColorFromString (NULL, value);
info->colorset = -1;
}
else
{