mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
* Mission Timer at proper place
* Map view dimensions fixed
This commit is contained in:
@@ -571,7 +571,10 @@ bool Read_Scenario(char * name)
|
||||
}
|
||||
#endif
|
||||
Fill_In_Data();
|
||||
Map.Set_View_Dimensions(0, 0, Map.MapCellWidth, Map.MapCellHeight);
|
||||
|
||||
// BL 2020-06-15 : not needed !!
|
||||
//Map.Set_View_Dimensions(0, 0, Map.MapCellWidth, Map.MapCellHeight);
|
||||
|
||||
} else {
|
||||
|
||||
#if (1)
|
||||
@@ -759,7 +762,9 @@ void Fill_In_Data(void)
|
||||
*=============================================================================================*/
|
||||
void Post_Load_Game(int load_multi)
|
||||
{
|
||||
Map.Set_View_Dimensions(0, 0, Map.MapCellWidth, Map.MapCellHeight);
|
||||
// BL 2020-06-15 : not needed !!
|
||||
//Map.Set_View_Dimensions(0, 0, Map.MapCellWidth, Map.MapCellHeight);
|
||||
|
||||
//
|
||||
// Do NOT call Overpass if we're loading a multiplayer game; it calls the
|
||||
// random # generator, which throws the games out of sync if they were
|
||||
|
||||
Reference in New Issue
Block a user