I think unc0rr forgot to add initModule here
authornemo
Sun, 21 Nov 2010 15:57:38 -0500
changeset 4407 cdf844ce3d48
parent 4406 beb4de0af990
child 4408 81b0961b9863
I think unc0rr forgot to add initModule here
hedgewars/hwengine.pas
--- a/hedgewars/hwengine.pas	Sun Nov 21 13:13:42 2010 -0500
+++ b/hedgewars/hwengine.pas	Sun Nov 21 15:57:38 2010 -0500
@@ -355,6 +355,7 @@
         uVisualGears.initModule;
         uWorld.initModule;
         uCaptions.initModule;
+        uChat.initModule;
     end;
 end;