hedgewars/hwengine.pas
changeset 2602 3deb9ff104da
parent 2601 21ed7cec1fa2
child 2603 abed6070a669
equal deleted inserted replaced
2601:21ed7cec1fa2 2602:3deb9ff104da
   626 ////////////////////////////////////////////////////////////////////////////////
   626 ////////////////////////////////////////////////////////////////////////////////
   627 /////////////////////////////// m a i n ////////////////////////////////////////
   627 /////////////////////////////// m a i n ////////////////////////////////////////
   628 ////////////////////////////////////////////////////////////////////////////////
   628 ////////////////////////////////////////////////////////////////////////////////
   629 
   629 
   630 begin
   630 begin
   631 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine');
   631 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (protocol version ' + inttostr(cNetProtoVersion) + ')');
   632 GetParams;
   632 GetParams;
   633 // FIXME -  hack in font with support for CJK
   633 // FIXME -  hack in font with support for CJK
   634 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then
   634 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then
   635     Fontz:= FontzCJK;
   635     Fontz:= FontzCJK;
   636 
   636