mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- Chinese Bugfixes (by zwwooooo)
o Correct tactical interface font height to fixed Chinese characters smearing bug o Correct missing symbols "\n" in _ChineseText.cpp git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4799 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
#include "Soldier Control.h"
|
||||
|
||||
|
||||
#ifdef CHINESE //zwwoooooo: Chinese fonts relatively high , so to reduce the number of rows
|
||||
#define MAX_MESSAGES_ON_MAP_BOTTOM 7
|
||||
#else
|
||||
#define MAX_MESSAGES_ON_MAP_BOTTOM 9
|
||||
|
||||
#endif
|
||||
|
||||
// exit to where defines
|
||||
enum{
|
||||
|
||||
Reference in New Issue
Block a user