diff -r 8e6b79a020f8 -r 2b1ad418ba39 hedgewars/uWorld.pas --- 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;