mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 17:51:31 +00:00
Added missing comma to COLOR_ENUMS string array after "ROSY".
It's not SKINCOLOR_ROSYSUPER1, after all.
This commit is contained in:
parent
ca7151f1c2
commit
2b6e65f122
1 changed files with 1 additions and 1 deletions
|
@ -7337,7 +7337,7 @@ static const char *COLOR_ENUMS[] = {
|
|||
"LAVENDER", // SKINCOLOR_LAVENDER
|
||||
"MAGENTA", // SKINCOLOR_MAGENTA
|
||||
"PINK", // SKINCOLOR_PINK
|
||||
"ROSY" // SKINCOLOR_ROSY
|
||||
"ROSY", // SKINCOLOR_ROSY
|
||||
// Super special awesome Super flashing colors!
|
||||
"SUPER1", // SKINCOLOR_SUPER1
|
||||
"SUPER2", // SKINCOLOR_SUPER2,
|
||||
|
|
Loading…
Reference in a new issue