Apparently the order here was important, cached somewhere I guess.
This commit is contained in:
parent
6a13ae280d
commit
a167bccb03
|
@ -47,7 +47,6 @@ public:
|
|||
enum ECountry
|
||||
{
|
||||
COUNTRY_EUROPE = 0,
|
||||
COUNTRY_GERMANY,
|
||||
COUNTRY_FRANCE,
|
||||
COUNTRY_RUSSIA,
|
||||
COUNTRY_USA,
|
||||
|
@ -57,6 +56,7 @@ public:
|
|||
COUNTRY_TAIWAN,
|
||||
COUNTRY_SDK,
|
||||
COUNTRY_UNKNOWN,
|
||||
COUNTRY_GERMANY,
|
||||
NUMBER_OF_COUNTRIES
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue