From 485f0ea6775b0e23bc6db3e4dda92e2356772ec8 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Mon, 1 Jun 2020 19:09:23 -0700 Subject: [PATCH] Maps now render. --- REDALERT/GSCREEN.CPP | 2 +- REDALERT/STARTUP.CPP | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REDALERT/GSCREEN.CPP b/REDALERT/GSCREEN.CPP index 51ff071..20532fc 100644 --- a/REDALERT/GSCREEN.CPP +++ b/REDALERT/GSCREEN.CPP @@ -434,7 +434,7 @@ void GScreenClass::Render(void) } Session.Messages.Draw(); - //Blit_Display(); // 5/19/20 SKY - Skip copying to scene page, we can get the data directly from hidden page + Blit_Display(); IsToUpdate = false; IsToRedraw = false; diff --git a/REDALERT/STARTUP.CPP b/REDALERT/STARTUP.CPP index b4d9465..bd55159 100644 --- a/REDALERT/STARTUP.CPP +++ b/REDALERT/STARTUP.CPP @@ -1121,7 +1121,7 @@ void Read_Setup_Options( RawFileClass *config_file ) AllowHardwareBlitFills = ini.Get_Bool("Options", "HardwareFills", true); // jmarshall ScreenWidth = 640; - ScreenHeight = 400; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072; + ScreenHeight = 480; //ini.Get_Bool("Options", "Resolution", false) ? 3072 : 3072; // jmarshall end /* ** See if an alternative socket number has been specified