hedgewars/uConsts.pas
changeset 7376 48b79b3ca592
parent 7303 998128081b86
child 7442 9bb6abdb5675
--- a/hedgewars/uConsts.pas	Mon Jul 09 16:42:13 2012 +0400
+++ b/hedgewars/uConsts.pas	Mon Jul 09 17:03:57 2012 +0400
@@ -27,12 +27,8 @@
 
 const
     sfMax = 1000;
-{$IFNDEF USE_VIDEO_RECORDING}
     cDefaultParamNum = 17;
-{$ELSE}
-    cDefaultParamNum = 19;
     cVideorecParamNum = cDefaultParamNum + 7;
-{$ENDIF}
 
     // message constants
     errmsgCreateSurface   = 'Error creating SDL surface';