hedgewars/hwengine.pas
changeset 4490 f6840f7e2f60
parent 4454 42bfc1a70968
child 4744 ecc2c757d0df
child 4806 48c1a395f0a7
--- a/hedgewars/hwengine.pas	Wed Dec 08 22:18:50 2010 +0300
+++ b/hedgewars/hwengine.pas	Wed Dec 08 22:25:30 2010 +0300
@@ -31,7 +31,7 @@
 
 uses SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uKeys, uSound,
      uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, uMobile,
-     sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers;
+     sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted;
 
 {$IFDEF HWLIBRARY}
 procedure initEverything(complete:boolean);
@@ -323,6 +323,8 @@
     uCommandHandlers.initModule;
 
     uLand.initModule;
+    uLandPainted.initModule;
+
     uIO.initModule;
 
     if complete then