Release 1.65

master
Kasi 2021-08-04 23:23:31 +01:00
parent 5fd785ecbf
commit 99cbe8aaab
2 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ namespace Globals
//************ Minimap.cpp ************// //************ Minimap.cpp ************//
// 0 - Fixed; 1 - Resizable; 2 - Resizable + Side Panels // 0 - Fixed; 1 - Resizable; 2 - Resizable + Side Panels
const WidgetDef MINIMAP_MIDDLE[3] = { { WIDGET_ROOT_FIXED, 8 }, { WIDGET_ROOT_RESIZABLE, 33 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 33 } }; const WidgetDef MINIMAP_MIDDLE[3] = { { WIDGET_ROOT_FIXED, 8 }, { WIDGET_ROOT_RESIZABLE, 34 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 34 } };
const WidgetDef MINIMAP_COMPASS[3] = { { WIDGET_ROOT_FIXED, 7 }, { WIDGET_ROOT_RESIZABLE, 32 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 32 } }; const WidgetDef MINIMAP_COMPASS[3] = { { WIDGET_ROOT_FIXED, 7 }, { WIDGET_ROOT_RESIZABLE, 33 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 33 } };
const WidgetDef MINIMAP_CURE = { 160, 12 }; const WidgetDef MINIMAP_CURE = { 160, 12 };
const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 20 }; const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 20 };
const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 28 }; const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 28 };

Binary file not shown.