mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 00:00:35 +02:00
* Added arrow keys
* Fixed position of radar button
This commit is contained in:
@@ -325,7 +325,7 @@ void SidebarClass::Init_IO(void)
|
||||
|
||||
Zoom.IsSticky = true;
|
||||
Zoom.ID = BUTTON_ZOOM;
|
||||
Zoom.X = 1024 - (640 - ((0x24c/2)*RESFACTOR));
|
||||
Zoom.X = ScreenWidth - (640 - ((0x24c/2)*RESFACTOR));
|
||||
Zoom.Y = (0x96/2)*RESFACTOR;
|
||||
Zoom.IsPressed = false;
|
||||
Zoom.Set_Shape(MFCD::Retrieve("MAP.SHP"));
|
||||
|
||||
Reference in New Issue
Block a user