equal
deleted
inserted
replaced
625 //////////////////////////////////////////////////////////////////////////////// |
625 //////////////////////////////////////////////////////////////////////////////// |
626 /////////////////////////////// m a i n //////////////////////////////////////// |
626 /////////////////////////////// m a i n //////////////////////////////////////// |
627 //////////////////////////////////////////////////////////////////////////////// |
627 //////////////////////////////////////////////////////////////////////////////// |
628 |
628 |
629 begin |
629 begin |
630 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine'); |
630 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (' + inttostr(cNetProtoVersion) + ')'); |
631 GetParams; |
631 GetParams; |
632 // FIXME - hack in font with support for CJK |
632 // FIXME - hack in font with support for CJK |
633 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then |
633 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then |
634 Fontz:= FontzCJK; |
634 Fontz:= FontzCJK; |
635 |
635 |