From 1a0ebdf8c3be922e435315fed852846a69db5691 Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Mon, 10 Oct 2005 23:02:03 +0000
Subject: *** empty log message ***

---
 algorithm/test.bmx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'algorithm')

diff --git a/algorithm/test.bmx b/algorithm/test.bmx
index 1da25c3..e303204 100644
--- a/algorithm/test.bmx
+++ b/algorithm/test.bmx
@@ -27,6 +27,7 @@ While Not KeyHit(KEY_ESCAPE)
 		SetColor(Rand(100,255),Rand(100,255),Rand(100,255))
 		Plot(p.x,p.y)
 	Next
+	EndRem
 	
 	Local pa:TAlgoPoint[]=DoCircle(Rand(0,SCRW),Rand(0,SCRH),Rand(100,200))
 	
@@ -36,7 +37,6 @@ While Not KeyHit(KEY_ESCAPE)
 		SetColor(Rand(100,255),Rand(100,255),Rand(100,255))
 		DrawLine(pa[f].x,pa[f].y,pa[nf].x,pa[nf].y)
 	Next
-	EndRem
 	
 	SetColor(255,0,0)
 	DrawLine(x1,y1,x2,y2)
-- 
cgit v1.2.3