Small MSVC compilation fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3371 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -177,7 +177,7 @@ DescriptorToColor (const char *descriptor, RESOURCE_DATA *resdata)
|
||||
int componentBits;
|
||||
int maxComponentValue;
|
||||
size_t componentCount;
|
||||
size_t compI;;
|
||||
size_t compI;
|
||||
int comps[4];
|
||||
// One element for each of r, g, b, a.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user