changeset 12461 | e29a4238dc19 |
parent 11802 | 975c130c3901 |
child 12855 | 1b2b84315d27 |
child 13043 | 9119726e22bc |
--- 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;