All flames are again possible to be posted

This commit is contained in:
ronaldhordijk
2005-03-24 13:55:58 +00:00
parent 58d2734057
commit 48c798cd88
2 changed files with 14 additions and 14 deletions

View File

@ -3964,15 +3964,15 @@ var
ResponseStream: TMemoryStream;
MultiPartFormDataStream: TmsMultiPartFormDataStream;
begin
if MainCp.HasNewVariants then begin
showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.');
Exit;
end;
// if MainCp.HasNewVariants then begin
// showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.');
// Exit;
// end;
if MainCp.FAngle <> 0 then begin
showMessage('The posting of sheep with are rotated is disabled in this version.');
Exit;
end;
// if MainCp.FAngle <> 0 then begin
// showMessage('The posting of sheep with are rotated is disabled in this version.');
// Exit;
// end;
if SheepDialog.ShowModal = mrOK then
begin