changeset 10082 | 2f7b7992258f |
parent 10080 | ac51bcb534ef |
child 10105 | 8c5fa1d15bd5 |
--- a/hedgewars/uLocale.pas Tue Jan 28 00:22:49 2014 +0400 +++ b/hedgewars/uLocale.pas Mon Jan 27 23:42:20 2014 -0500 @@ -36,7 +36,7 @@ {$ENDIF} implementation -uses uRandom, uVariables, uDebug, uPhysFSLayer, sysutils; +uses uRandom, uVariables, uDebug, uPhysFSLayer, sysutils, uUtils; var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of PChar; trevt_n: array[TEventId] of integer;