mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-29 16:31:16 +00:00
* 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:
parent
171bd2807c
commit
55cb30ab4d
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue