mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-18 00:42:13 +00:00
- set i_friendlywindowtitle to true by default
This commit is contained in:
parent
8bbb462276
commit
00de8880b8
1 changed files with 1 additions and 1 deletions
|
@ -2907,7 +2907,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());
|
||||
|
|
Loading…
Reference in a new issue