Commit 11367aa

Nick committed on
Remove old files, temporarily disable check in rendertowave
commit 11367aac649449f1edaec08e173e80b715254a68 parent 68b9d97
24 changed files +2−2
Modifiedrendertowave.pas +2−2
@@ -236,8 +236,8 @@ begin
236 ProgressBar1.Position := Trunc((TimesSeenTargetPattern / TimesToSeePattern)*100); 236 ProgressBar1.Position := Trunc((TimesSeenTargetPattern / TimesToSeePattern)*100);
237 if Random(500) = 1 then Application.ProcessMessages; 237 if Random(500) = 1 then Application.ProcessMessages;
238 238
239 if (PatternsSeen > OrderCount) and (TimesSeenTargetPattern <= 1) then 239 //if (PatternsSeen > OrderCount) and (TimesSeenTargetPattern <= 1) then
240 raise EHaltingProblem.Create('The specified loop point cannot be reached more than once!'); 240 //raise EHaltingProblem.Create('The specified loop point cannot be reached more than once!');
241 end; 241 end;
242 242
243 FDCallback := OldFD; 243 FDCallback := OldFD;