Fix world map surface selector widget ID

This commit is contained in:
Jordan Atwood
2019-01-02 19:29:34 -08:00
parent 487ec5fad3
commit 1369cfc914

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;
}