diff -r f4bdebced042 -r dcc129c4352e hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Sun May 02 20:30:23 2010 +0000 +++ b/hedgewars/uLocale.pas Sun May 02 22:00:50 2010 +0000 @@ -58,7 +58,7 @@ function GetEventString(e: TEventId): ansistring; implementation -uses uMisc, uRandom, uConsole; +uses uMisc, uRandom; var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of ansistring; trevt_n: array[TEventId] of integer;