diff --git a/src/dehacked.c b/src/dehacked.c index 97cf243f..da1e471f 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -8147,8 +8147,8 @@ static const char *COLOR_ENUMS[] = { // Rejigged for Kart. "GREY", // SKINCOLOR_GREY "NICKEL", // SKINCOLOR_NICKEL "BLACK", // SKINCOLOR_BLACK - "POPCORN", // SKINCOLOR_POPCORN "FAIRY", // SKINCOLOR_FAIRY + "POPCORN", // SKINCOLOR_POPCORN "SEPIA", // SKINCOLOR_SEPIA "BEIGE", // SKINCOLOR_BEIGE "BROWN", // SKINCOLOR_BROWN diff --git a/src/doomdef.h b/src/doomdef.h index dcb7d7dd..1cdcf52a 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -256,8 +256,8 @@ typedef enum SKINCOLOR_GREY, SKINCOLOR_NICKEL, SKINCOLOR_BLACK, - SKINCOLOR_POPCORN, SKINCOLOR_FAIRY, + SKINCOLOR_POPCORN, SKINCOLOR_SEPIA, SKINCOLOR_BEIGE, SKINCOLOR_BROWN,