changeset 2677 | 83ad68ceef72 |
parent 2674 | 2fce032f2f95 |
child 2678 | 334016e8d895 |
--- a/hedgewars/hwengine.pas Tue Jan 05 19:20:44 2010 +0000 +++ b/hedgewars/hwengine.pas Tue Jan 05 21:26:38 2010 +0000 @@ -633,9 +633,6 @@ begin WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (network protocol: ' + inttostr(cNetProtoVersion) + ')'); GetParams; -// FIXME - hack in font with support for CJK -if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then - Fontz:= FontzCJK; Randomize;