* Centering of mission accomplished

* Added 8 px next to the Options bar
* TEMP: everything costs $50
This commit is contained in:
Ben Lankamp
2020-06-20 10:27:17 +02:00
parent 720e7064d1
commit 9d5eb0ac1e
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1030,7 +1030,7 @@ bool SidebarClass::Activate(int control)
** activate it on the left side of the screen.
*/
if (IsSidebarActive /*&& X*/) {
Set_View_Dimensions( 0, 0, SeenBuff.Get_Width() - ( SIDE_WIDTH * RESFACTOR ) );
Set_View_Dimensions( 0, 8 * RESFACTOR, SeenBuff.Get_Width() - ( SIDE_WIDTH * RESFACTOR ) );
IsToRedraw = true;
Help_Text(TXT_NONE);