diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uLocale.pas Sun Nov 21 19:41:19 2010 +0300 @@ -30,7 +30,7 @@ function GetEventString(e: TEventId): ansistring; implementation -uses uRandom, uUtils, uIO, uVariables; +uses uRandom, uUtils, uVariables, uDebug; var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of ansistring; trevt_n: array[TEventId] of integer;