mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 08:11:00 +02:00
* Centering of mission accomplished
* Added 8 px next to the Options bar * TEMP: everything costs $50
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user