Skip to content

Commit

Permalink
- set i_friendlywindowtitle to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Nov 18, 2017
1 parent 7d4f8af commit c3c637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d_main.cpp
Expand Up @@ -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());
Expand Down

0 comments on commit c3c637a

Please sign in to comment.