- allow switching the Strife conversation screen to the VGA font for all languages by a CVAR.
This is for readability purposes because the styled SmallFont may be problematic for some players.
This commit is contained in:
parent
495f2d9c82
commit
86d2742798
2 changed files with 2 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ static bool DrawConversationMenu ();
|
|||
static void PickConversationReply (int replyindex);
|
||||
static void TerminalResponse (const char *str);
|
||||
|
||||
CVAR(Bool, dlg_vgafont, false, CVAR_ARCHIVE)
|
||||
|
||||
//============================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue