- Added a 'default' setting to all color selection menu items that leaves
the font untranslated. - Fixed: Heretic's monsters were missing the MF2_MCROSS flag. SVN r232 (trunk)
This commit is contained in:
parent
81ee5b4942
commit
38b0230253
12 changed files with 23 additions and 17 deletions
|
|
@ -754,6 +754,7 @@ static value_t TextColors[] =
|
|||
{ 8.0, "orange" },
|
||||
{ 9.0, "white" },
|
||||
{ 10.0, "yellow" }
|
||||
{ 11.0, "default" }
|
||||
};
|
||||
|
||||
static value_t MessageLevels[] = {
|
||||
|
|
@ -771,12 +772,12 @@ static menuitem_t MessagesItems[] = {
|
|||
{ redtext, " ", {NULL}, {0.0}, {0.0}, {0.0}, {NULL} },
|
||||
{ whitetext, "Message Colors", {NULL}, {0.0}, {0.0}, {0.0}, {NULL} },
|
||||
{ redtext, " ", {NULL}, {0.0}, {0.0}, {0.0}, {NULL} },
|
||||
{ cdiscrete, "Item Pickup", {&msg0color}, {11.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Obituaries", {&msg1color}, {11.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Critical Messages", {&msg2color}, {11.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Chat Messages", {&msg3color}, {11.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Team Messages", {&msg4color}, {11.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Centered Messages", {&msgmidcolor}, {11.0}, {0.0}, {0.0}, {TextColors} }
|
||||
{ cdiscrete, "Item Pickup", {&msg0color}, {12.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Obituaries", {&msg1color}, {12.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Critical Messages", {&msg2color}, {12.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Chat Messages", {&msg3color}, {12.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Team Messages", {&msg4color}, {12.0}, {0.0}, {0.0}, {TextColors} },
|
||||
{ cdiscrete, "Centered Messages", {&msgmidcolor}, {12.0}, {0.0}, {0.0}, {TextColors} }
|
||||
};
|
||||
|
||||
menu_t MessagesMenu =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue