--- a/hedgewars/hwengine.pas Fri Jan 25 22:33:26 2013 +0400
+++ b/hedgewars/hwengine.pas Sat Jan 26 19:28:37 2013 +0100
@@ -439,7 +439,6 @@
begin
uUtils.initModule(complete); // opens the debug file, must be the first
uVariables.initModule; // inits all global variables
- uConsole.initModule; // opens stdout
uCommands.initModule; // helps below
uCommandHandlers.initModule; // registers all messages from frontend
@@ -510,7 +509,6 @@
uCommandHandlers.freeModule;
uCommands.freeModule;
- uConsole.freeModule; // closes stdout
uVariables.freeModule;
uUtils.freeModule; // closes debug file
end;