summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp4
1 files changed, 2 insertions, 2 deletions
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;