mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 23:12:24 +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)
|
if (infotype == INFO_Color)
|
||||||
{
|
{
|
||||||
info->color = V_GetColorFromString (NULL, value);
|
info->color = V_GetColorFromString (NULL, value);
|
||||||
|
info->colorset = -1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue