diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index be61019cef0..4a6aac43390 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -193,7 +193,7 @@ enum LocaleConstant LOCALE_ruRU = 8 }; -#define MAX_LOCALE 9 +const uint8 MAX_LOCALE = 9; extern char const* localeNames[MAX_LOCALE]; |