diff --git a/src/d_netinfo.cpp b/src/d_netinfo.cpp index f56d020f6..7b2209cc9 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 {