Little fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3372 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -613,7 +613,7 @@ res_PutColor (const char *key, Color value)
|
||||
{
|
||||
/* TODO: This is kind of roundabout. We can do better by refactoring
|
||||
* newResourceDesc */
|
||||
process_resource_desc(key, "COLOR:#000000");
|
||||
process_resource_desc(key, "COLOR:rgb(0, 0, 0)");
|
||||
desc = lookupResourceDesc (idx, key);
|
||||
}
|
||||
desc->resdata.num =
|
||||
|
||||
Reference in New Issue
Block a user