hedgewars/uWorld.pas
changeset 7721 2b1ad418ba39
parent 7645 0e3c2dd9fee6
child 7840 7d86dbcd6325
--- a/hedgewars/uWorld.pas	Mon Oct 01 00:31:38 2012 +0400
+++ b/hedgewars/uWorld.pas	Mon Oct 01 12:01:39 2012 +0400
@@ -43,25 +43,27 @@
 
 implementation
 uses
-    uStore,
-    uMisc,
-    uIO,
-    uLocale,
-    uSound,
-    uAmmos,
-    uVisualGears,
-    uChat,
-    uLandTexture,
-    GLunit,
-    uVariables,
-    uUtils,
-    uTextures,
-    uRender,
-    uCaptions,
-    uCursor,
-    uCommands,
-    uMobile,
-    uVideoRec
+    uStore
+    , uMisc
+    , uIO
+    , uLocale
+    , uSound
+    , uAmmos
+    , uVisualGears
+    , uChat
+    , uLandTexture
+    , GLunit
+    , uVariables
+    , uUtils
+    , uTextures
+    , uRender
+    , uCaptions
+    , uCursor
+    , uCommands
+    , uMobile
+{$IFDEF USE_VIDEO_RECORDING}    
+    , uVideoRec
+{$ENDIF}    
     ;
 
 var cWaveWidth, cWaveHeight: LongInt;