Increase maximum event string message count to 255
authorWuzzy <almikes@aol.com>
Wed, 20 Sep 2017 20:25:59 +0200
changeset 12461 e29a4238dc19
parent 12460 5eb227531589
child 12462 4cc83b26b35c
Increase maximum event string message count to 255
hedgewars/uLocale.pas
--- 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;