hedgewars/uLocale.pas
changeset 4403 0dfe26f48ec1
parent 4390 f219628ed666
child 4807 180dbfb13903
--- 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;