From d0985409715fa209da4e5e61468ecee9a47a9962 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Tue, 16 Jun 2020 17:07:16 -0700 Subject: [PATCH] Fix for mission briefing crash. --- code/REDALERT/SCENARIO.CPP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/REDALERT/SCENARIO.CPP b/code/REDALERT/SCENARIO.CPP index 0f23347..baf5d9a 100644 --- a/code/REDALERT/SCENARIO.CPP +++ b/code/REDALERT/SCENARIO.CPP @@ -1621,7 +1621,7 @@ int BGMessageBox(char const * msg, int btn1, int btn2) HidPage.Blit(SeenPage); #ifdef WIN32 - VisiblePage.Blit(seen_buff_save); + //VisiblePage.Blit(seen_buff_save); #endif static unsigned char _scorepal[]={0,1,12,13,4,5,6,7,8,9,10,255,252,253,14,248};