Added missing comma to COLOR_ENUMS string array after "ROSY".

It's not SKINCOLOR_ROSYSUPER1, after all.
This commit is contained in:
Yukita Mayako 2015-11-09 16:45:35 -05:00
parent ca7151f1c2
commit 2b6e65f122

View file

@ -7337,7 +7337,7 @@ static const char *COLOR_ENUMS[] = {
"LAVENDER", // SKINCOLOR_LAVENDER "LAVENDER", // SKINCOLOR_LAVENDER
"MAGENTA", // SKINCOLOR_MAGENTA "MAGENTA", // SKINCOLOR_MAGENTA
"PINK", // SKINCOLOR_PINK "PINK", // SKINCOLOR_PINK
"ROSY" // SKINCOLOR_ROSY "ROSY", // SKINCOLOR_ROSY
// Super special awesome Super flashing colors! // Super special awesome Super flashing colors!
"SUPER1", // SKINCOLOR_SUPER1 "SUPER1", // SKINCOLOR_SUPER1
"SUPER2", // SKINCOLOR_SUPER2, "SUPER2", // SKINCOLOR_SUPER2,