FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
551 stars 107 forks source link

pfnDrawConsoleString resets console color to wrong color #351

Closed porloc closed 6 years ago

porloc commented 6 years ago

pfnDrawConsoleString resets console font color to white color instead of using console default color

it should be: Vector4Copy(g_color_table[7], clgame.ds.textColor);

instead of: MakeRGBA( clgame.ds.textColor, 255, 255, 255, 255 );