Apparently the order here was important, cached somewhere I guess.

This commit is contained in:
Jordan Woyak 2013-01-10 18:59:15 -06:00
parent 6a13ae280d
commit a167bccb03
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public:
enum ECountry enum ECountry
{ {
COUNTRY_EUROPE = 0, COUNTRY_EUROPE = 0,
COUNTRY_GERMANY,
COUNTRY_FRANCE, COUNTRY_FRANCE,
COUNTRY_RUSSIA, COUNTRY_RUSSIA,
COUNTRY_USA, COUNTRY_USA,
@ -57,6 +56,7 @@ public:
COUNTRY_TAIWAN, COUNTRY_TAIWAN,
COUNTRY_SDK, COUNTRY_SDK,
COUNTRY_UNKNOWN, COUNTRY_UNKNOWN,
COUNTRY_GERMANY,
NUMBER_OF_COUNTRIES NUMBER_OF_COUNTRIES
}; };