diff options
author | Spp <none@none> | 2010-05-02 00:16:05 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-02 00:16:05 +0200 |
commit | a0e1357e2b35544e636443cedc3ae2d933df1454 (patch) | |
tree | 3ffcf652b9ea83bb1b8e8c35dcbd4dc9b5b96c2b /src/shared/Common.h | |
parent | d3a842ee373f1b0222fe986bf39ee90112e10609 (diff) |
Fix locale selection at server load.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-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]; |