From 08d801de7cca4fff2db14796f74ba9b2dd735a81 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 8 Mar 2024 22:52:01 +0100 Subject: Game will start in windowed mode by default now --- StarsEx/VideoSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarsEx/VideoSettings.cpp b/StarsEx/VideoSettings.cpp index 6f61c52..3c8c768 100644 --- a/StarsEx/VideoSettings.cpp +++ b/StarsEx/VideoSettings.cpp @@ -32,7 +32,7 @@ VideoSettings::VideoSettings() tex_size = 2048; gamma = 128; - is_windowed = false; + is_windowed = true; use_effects = true; shadows = true; bumpmaps = true; -- cgit v1.1