--- 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;