Fix all expansion enabled filtering [skip ci]

This commit is contained in:
Akkadius
2020-04-18 18:12:25 -05:00
parent a0f8bbb3b9
commit bcd62b76c4
2 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
#include <vector>
namespace Expansion {
static const int EXPANSION_ALL = -1;
static const int EXPANSION_ALL = -1;
static const int EXPANSION_FILTER_MAX = 99;
enum ExpansionNumber {
Classic = 0,