- set i_friendlywindowtitle to true by default

This commit is contained in:
Rachael Alexanderson 2017-11-18 00:53:16 -05:00
parent 7d4f8af245
commit c3c637a0cc
1 changed files with 1 additions and 1 deletions

View File

@ -2902,7 +2902,7 @@ DEFINE_FIELD_X(InputEventData, event_t, x)
DEFINE_FIELD_X(InputEventData, event_t, y)
CUSTOM_CVAR(Bool, I_FriendlyWindowTitle, false, CVAR_GLOBALCONFIG|CVAR_ARCHIVE|CVAR_NOINITCALL)
CUSTOM_CVAR(Bool, I_FriendlyWindowTitle, true, CVAR_GLOBALCONFIG|CVAR_ARCHIVE|CVAR_NOINITCALL)
{
if (self)
I_SetWindowTitle(DoomStartupInfo.Name.GetChars());