author | Wuzzy <almikes@aol.com> |
Wed, 20 Sep 2017 20:25:59 +0200 | |
changeset 12466 | e29a4238dc19 |
parent 12465 | 5eb227531589 |
child 12467 | 4cc83b26b35c |
--- a/hedgewars/uLocale.pas Wed Sep 20 19:59:25 2017 +0200 +++ b/hedgewars/uLocale.pas Wed Sep 20 20:25:59 2017 +0200 @@ -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;