Merge pull request #7161 from Nightfirecat/world-map-overlay-add-surface-selector-clip

Fix world map surface selector ID
This commit is contained in:
Tomas Slusny
2019-01-10 17:30:29 +01:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ public class WidgetID
static final int MAPVIEW = 6;
static final int OVERVIEW_MAP = 9;
static final int SEARCH = 24;
static final int SURFACE_SELECTOR = 25;
static final int SURFACE_SELECTOR = 32;
static final int TOOLTIP = 38;
static final int OPTION = 42;
}