diff --git a/src/d_netinfo.cpp b/src/d_netinfo.cpp index f56d020f..7b2209cc 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 { diff --git a/src/svnrevision.h b/src/svnrevision.h index 994c19ad..4a4d1e39 100644 --- a/src/svnrevision.h +++ b/src/svnrevision.h @@ -3,5 +3,5 @@ // This file was automatically generated by the // updaterevision tool. Do not edit by hand. -#define ZD_SVN_REVISION_STRING "3494" -#define ZD_SVN_REVISION_NUMBER 3494 +#define ZD_SVN_REVISION_STRING "3495" +#define ZD_SVN_REVISION_NUMBER 3495