summaryrefslogtreecommitdiff
path: root/algorithm
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-10-10 23:02:03 +0000
committerIan C <ianc@noddybox.co.uk>2005-10-10 23:02:03 +0000
commit1a0ebdf8c3be922e435315fed852846a69db5691 (patch)
tree2dd9eb6866a08489a05da34e40a91c3980737d68 /algorithm
parent6e0bcb9499486bd42ceca53c52092534f36a9647 (diff)
*** empty log message ***
Diffstat (limited to 'algorithm')
-rw-r--r--algorithm/test.bmx2
1 files changed, 1 insertions, 1 deletions
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)