mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- set i_friendlywindowtitle to true by default
This commit is contained in:
parent
7d4f8af245
commit
c3c637a0cc
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue