- removed the unused palette parameter from the V_GetColor family of functions.
This commit is contained in:
parent
d64dd1f631
commit
109069f718
24 changed files with 53 additions and 56 deletions
|
|
@ -98,11 +98,11 @@ CCMD (testblend)
|
|||
{
|
||||
if ( !(colorstring = V_GetColorStringByName (argv[1])).IsEmpty() )
|
||||
{
|
||||
color = V_GetColorFromString (NULL, colorstring);
|
||||
color = V_GetColorFromString (colorstring);
|
||||
}
|
||||
else
|
||||
{
|
||||
color = V_GetColorFromString (NULL, argv[1]);
|
||||
color = V_GetColorFromString (argv[1]);
|
||||
}
|
||||
amt = (float)atof (argv[2]);
|
||||
if (amt > 1.0f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue