hedgewars/uLocale.pas
branchqmlfrontend
changeset 12855 1b2b84315d27
parent 11828 a69124eb7ce7
parent 12461 e29a4238dc19
--- 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;