- somehow the fullscreen default got reset...

This commit is contained in:
Christoph Oelckers 2018-07-28 14:28:19 +02:00
parent 8fab9f8c13
commit 7c39773f98
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ void IVideo::DumpAdapters ()
Printf("Multi-monitor support unavailable.\n");
}
CUSTOM_CVAR(Bool, fullscreen, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
CUSTOM_CVAR(Bool, fullscreen, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
{
setmodeneeded = true;
}