A library for solving mazes.

Revision:
2:5343f19381c8
Parent:
1:80b73beb7742
--- a/Lees_Algorithm.cpp	Sat Jun 25 07:22:36 2011 +0000
+++ b/Lees_Algorithm.cpp	Sat Jun 25 07:55:05 2011 +0000
@@ -147,7 +147,7 @@
         default:
             break;
     }
-    
+    if(map[position.y][position.x].weight == 0) buffer = 'x';
     return buffer;
 }