diff --git a/code/redalert/mapedit.cpp b/code/redalert/mapedit.cpp index b5aad6b..7d26b43 100644 --- a/code/redalert/mapedit.cpp +++ b/code/redalert/mapedit.cpp @@ -1606,6 +1606,7 @@ void MapEditClass::Main_Menu(void) Scen.CarryOverMoney = 0; Changed = 1; Debug_RenderEditorSplash = false; + Set_View_Dimensions(0, 0); } process = false; break; @@ -1631,6 +1632,7 @@ void MapEditClass::Main_Menu(void) Scen.CarryOverMoney = 0; Changed = 0; Debug_RenderEditorSplash = false; + Set_View_Dimensions(0, 0); } process = false; break;