From 6f824e5ec704db34c4959b406dc639a09ee19849 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 31 Mar 2012 11:13:34 +0000 Subject: [PATCH] - fixed bot color issue, thanks to Gez's patch. SVN r3495 (trunk) --- src/d_netinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_netinfo.cpp b/src/d_netinfo.cpp index f56d020f62..7b2209cc91 100644 --- a/src/d_netinfo.cpp +++ b/src/d_netinfo.cpp @@ -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 {