* Mission Timer at proper place

* Map view dimensions fixed
This commit is contained in:
Ben Lankamp
2020-06-15 21:20:57 +02:00
parent 47894bc6d4
commit 4d5babd812
6 changed files with 23 additions and 38 deletions
+2 -1
View File
@@ -1030,7 +1030,8 @@ bool SidebarClass::Activate(int control)
** activate it on the left side of the screen.
*/
if (IsSidebarActive /*&& X*/) {
Set_View_Dimensions(0, 0, (((ScreenWidth/2)-SIDE_WIDTH)/ICON_PIXEL_W) * RESFACTOR);
Set_View_Dimensions( 0, 0, SeenBuff.Get_Width() - ( SIDE_WIDTH * RESFACTOR ) );
IsToRedraw = true;
Help_Text(TXT_NONE);
Repair.Zap();