summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-08 22:52:01 +0100
committerAki <please@ignore.pl>2024-03-08 22:52:01 +0100
commit08d801de7cca4fff2db14796f74ba9b2dd735a81 (patch)
treeb1e91b3d483fe8236628d9ee07acbaa14d220f23 /StarsEx
parentc151401ce280b5a2af25c4391fafb6dc837df4b8 (diff)
downloadstarshatter-08d801de7cca4fff2db14796f74ba9b2dd735a81.zip
starshatter-08d801de7cca4fff2db14796f74ba9b2dd735a81.tar.gz
starshatter-08d801de7cca4fff2db14796f74ba9b2dd735a81.tar.bz2
Game will start in windowed mode by default now
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/VideoSettings.cpp2
1 files changed, 1 insertions, 1 deletions
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;