hedgewars/uLocale.pas
changeset 4377 43945842da0c
parent 4374 bcefeeabaa33
child 4390 f219628ed666
--- 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;