mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- fixed newly added menu content.
This commit is contained in:
parent
026cc7153c
commit
bc3a921a72
4 changed files with 63 additions and 16 deletions
|
@ -71,7 +71,7 @@ int OptionWidth(const char * s)
|
|||
void DrawOptionText(int x, int y, int color, const char *text, bool grayed)
|
||||
{
|
||||
PalEntry overlay = grayed? PalEntry(96,48,0,0) : PalEntry(0,0,0);
|
||||
DrawText (&twod, OptionFont(), color, x, y, text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay);
|
||||
DrawText (&twod, OptionFont(), color, x, y, text, DTA_CleanNoMove_1, true, DTA_ColorOverlay, overlay, TAG_END);
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue