From 7e730cf171240189f93d4f45ddc47a01e35b90b0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 7 Dec 2025 15:22:06 +0300 Subject: [PATCH] common: by default, use borderless fullscreen mode --- common/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/defaults.h b/common/defaults.h index d2dd93c4..161e6278 100644 --- a/common/defaults.h +++ b/common/defaults.h @@ -174,7 +174,7 @@ Default build-depended cvar and constant values #endif // DEFAULT_ALLOWCONSOLE #ifndef DEFAULT_FULLSCREEN - #define DEFAULT_FULLSCREEN "1" // must be a string + #define DEFAULT_FULLSCREEN "2" // must be a string #endif // DEFAULT_FULLSCREEN #ifndef DEFAULT_MAX_EDICTS