- Added support for the original games' player translations, including Hexen's table-based ones.
SVN r2193 (trunk)
This commit is contained in:
parent
dfd963ba1a
commit
e78fd195d8
15 changed files with 406 additions and 40 deletions
|
|
@ -1850,7 +1850,7 @@ void AM_drawPlayers ()
|
|||
{
|
||||
float h, s, v, r, g, b;
|
||||
|
||||
D_GetPlayerColor (i, &h, &s, &v);
|
||||
D_GetPlayerColor (i, &h, &s, &v, NULL);
|
||||
HSVtoRGB (&r, &g, &b, h, s, v);
|
||||
|
||||
color.FromRGB(clamp (int(r*255.f),0,255), clamp (int(g*255.f),0,255), clamp (int(b*255.f),0,255));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue