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:
Meep-Eep
2009-11-30 17:43:30 +00:00
parent 375909497e
commit b5824cca45
+1 -1
View File
@@ -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 =