mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 16:20:34 +02:00
Hack fix for radar crash! Fix other UI elements.
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ int Do_Menu(char const ** strings, bool )
|
||||
** specified menu.
|
||||
*/
|
||||
WindowList[WINDOW_MENU][WINDOWWIDTH] = (MenuList[0][ITEMWIDTH] + 2) * 8;
|
||||
WindowList[WINDOW_MENU][WINDOWX] = (19 - (length >> 4)) * 8;
|
||||
WindowList[WINDOW_MENU][WINDOWX] = ScreenWidth - ((19 - (length >> 4)) * 8);
|
||||
WindowList[WINDOW_MENU][WINDOWY] = 174 - (unsigned)(MenuList[0][ITEMSHIGH] * (FontHeight+FontYSpacing));
|
||||
WindowList[WINDOW_MENU][WINDOWHEIGHT] = MenuList[0][ITEMSHIGH] * FontHeight + 5 /*11*/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user