diff -r 01f88c3b7b66 -r 1b2b84315d27 hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Thu Aug 11 23:05:14 2016 +0300 +++ b/hedgewars/uLocale.pas Sun Dec 17 00:09:24 2017 +0100 @@ -22,7 +22,7 @@ interface uses uTypes; -const MAX_EVENT_STRINGS = 100; +const MAX_EVENT_STRINGS = 255; procedure LoadLocale(FileName: shortstring); function Format(fmt: shortstring; var arg: shortstring): shortstring;