mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 08:11:00 +02:00
Hack fix for radar crash! Fix other UI elements.
This commit is contained in:
@@ -1042,7 +1042,7 @@ bool SidebarClass::Activate(int control)
|
||||
** activate it on the left side of the screen.
|
||||
*/
|
||||
if (IsSidebarActive /*&& X*/) {
|
||||
Set_View_Dimensions(0, 8 * RESFACTOR, ((320-SIDE_WIDTH)/ICON_PIXEL_W) * RESFACTOR);
|
||||
Set_View_Dimensions(0, 8 * RESFACTOR, (((ScreenWidth/2)-SIDE_WIDTH)/ICON_PIXEL_W) * RESFACTOR);
|
||||
IsToRedraw = true;
|
||||
Help_Text(TXT_NONE);
|
||||
Repair.Zap();
|
||||
|
||||
Reference in New Issue
Block a user