mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed bot color issue, thanks to Gez's patch.
SVN r3495 (trunk)
This commit is contained in:
parent
89790ac313
commit
6f824e5ec7
1 changed files with 1 additions and 0 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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue