--- a/hedgewars/uLocale.pas Thu May 10 23:21:56 2012 +0200
+++ b/hedgewars/uLocale.pas Fri May 11 00:05:47 2012 +0200
@@ -34,7 +34,7 @@
{$ENDIF}
implementation
-uses uRandom, uUtils, uVariables, uDebug, uConsole;
+uses uRandom, uUtils, uVariables, uDebug;
var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of ansistring;
trevt_n: array[TEventId] of integer;
@@ -100,7 +100,6 @@
end;
end;
Close(f);
- {$IFNDEF HWLIBRARY}WriteLnToConsole('Locale loaded "' + FileName + '"');{$ENDIF}
end;
{$I+}
end;