diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index e51f8a1..5be30b1 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -152,8 +152,8 @@ namespace Globals //************ Minimap.cpp ************// // 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_COMPASS[3] = { { WIDGET_ROOT_FIXED, 7 }, { WIDGET_ROOT_RESIZABLE, 32 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 32 } }; + 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, 33 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 33 } }; const WidgetDef MINIMAP_CURE = { 160, 12 }; const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 20 }; const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 28 }; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index b3d188d..d75396c 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ