mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
make conditional CHINESE preprocessor def into global constant
This commit is contained in:
@@ -22,3 +22,11 @@ const i18n::Lang g_lang{
|
||||
i18n::Lang::ru
|
||||
#endif
|
||||
};
|
||||
|
||||
const int MAX_MESSAGES_ON_MAP_BOTTOM{
|
||||
#if defined(CHINESE) // zwwoooooo: Chinese fonts relatively high , so to reduce the number of rows
|
||||
6
|
||||
#else
|
||||
9
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user