From ac8897feff2e0fea6aaac770e93b2171ecd0b09d Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Mon, 1 Jun 2020 22:13:26 -0700 Subject: [PATCH] Increased resolution. --- REDALERT/STARTUP.CPP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REDALERT/STARTUP.CPP b/REDALERT/STARTUP.CPP index bd55159..59312fb 100644 --- a/REDALERT/STARTUP.CPP +++ b/REDALERT/STARTUP.CPP @@ -1120,8 +1120,8 @@ void Read_Setup_Options( RawFileClass *config_file ) VideoBackBufferAllowed = ini.Get_Bool("Options", "VideoBackBuffer", true); AllowHardwareBlitFills = ini.Get_Bool("Options", "HardwareFills", true); // jmarshall - ScreenWidth = 640; - ScreenHeight = 480; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072; + ScreenWidth = 1024; + ScreenHeight = 768; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072; // jmarshall end /* ** See if an alternative socket number has been specified