hedgewars/hwengine.pas
changeset 4403 0dfe26f48ec1
parent 4393 883b979697e4
child 4407 cdf844ce3d48
--- a/hedgewars/hwengine.pas	Sun Nov 21 19:14:45 2010 +0300
+++ b/hedgewars/hwengine.pas	Sun Nov 21 19:41:19 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;
+     sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug;
 
 var isTerminated: boolean = false;
     alsoShutdownFrontend: boolean = false;