changeset 7198 | 5debd5fe526e |
parent 7191 | 9419294e5f33 |
child 7231 | f484455dd055 |
--- a/hedgewars/uConsts.pas Fri Jun 08 02:41:14 2012 +0400 +++ b/hedgewars/uConsts.pas Fri Jun 08 02:52:35 2012 +0400 @@ -27,7 +27,12 @@ const sfMax = 1000; +{$IFNDEF USE_VIDEO_RECORDING} cDefaultParamNum = 17; +{$ELSE} + cDefaultParamNum = 19; + cVideorecParamNum = cDefaultParamNum + 7; +{$ENDIF} // message constants errmsgCreateSurface = 'Error creating SDL surface';