hedgewars/uConsts.pas
changeset 7615 b39beffcf05e
parent 7525 5c840e221993
child 7974 7ac6699b6228
--- a/hedgewars/uConsts.pas	Mon Aug 27 16:52:50 2012 -0400
+++ b/hedgewars/uConsts.pas	Tue Aug 28 20:30:57 2012 +0400
@@ -28,6 +28,7 @@
 const
     sfMax = 1000;
     cDefaultParamNum = 17;
+    cVideorecParamNum = cDefaultParamNum + 7;
 
     // message constants
     errmsgCreateSurface   = 'Error creating SDL surface';