summaryrefslogtreecommitdiffhomepage
path: root/Stars45/VideoSettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/VideoSettings.cpp')
-rw-r--r--Stars45/VideoSettings.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Stars45/VideoSettings.cpp b/Stars45/VideoSettings.cpp
index 995358c..9700901 100644
--- a/Stars45/VideoSettings.cpp
+++ b/Stars45/VideoSettings.cpp
@@ -48,13 +48,13 @@ VideoSettings::VideoSettings()
fullscreen_mode.refresh = 75;
fullscreen_mode.format = VideoMode::FMT_X8R8G8B8;
- windowed_mode.width = 800;
- windowed_mode.height = 600;
+ windowed_mode.width = 1280;
+ windowed_mode.height = 720;
windowed_mode.refresh = 0;
windowed_mode.format = VideoMode::FMT_NONE;
- window_width = 800;
- window_height = 600;
+ window_width = 1280;
+ window_height = 720;
is_windowed = false;
use_effects = true;