mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Fixed a bug were TacViewportRect wasn't always updated on map load/new scenerio in the editor.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user