diff -r 9654205a9424 -r 43945842da0c hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uLocale.pas Thu Nov 18 12:12:51 2010 +0300 @@ -35,7 +35,7 @@ function GetEventString(e: TEventId): ansistring; implementation -uses uMisc, uRandom, uUtils; +uses uRandom, uUtils, uIO; var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of ansistring; trevt_n: array[TEventId] of integer;