From f11ce3b1dd5773cd885a1782288ec8b322dab9ec Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 12 Feb 2022 21:08:34 +0100 Subject: Added some modern screen resolutions and increased the defaults a bit --- Stars45/Starshatter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Starshatter.cpp') diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 3077aca..c859741 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -2393,8 +2393,8 @@ void Starshatter::LoadVideoConfig(const char* filename) { // set up defaults: - int screen_width = 1024; - int screen_height = 768; + int screen_width = 1280; + int screen_height = 720; int screen_depth = 32; int terrain_detail_level = 3; bool shadows_enabled = true; -- cgit v1.1