* Updated to ZDoom r3495:

- Fixed bot color issue.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1332 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-03-31 12:23:21 +00:00
parent 171bd2807c
commit 55cb30ab4d
2 changed files with 3 additions and 2 deletions

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
{

View file

@ -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