From e63a678a8fdde888620b6d5a5059bd0f37141592 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 25 Nov 2015 13:27:43 -0600 Subject: cleaned wander and added heuristic movement that doesnt work --- src/List.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/List.cpp') diff --git a/src/List.cpp b/src/List.cpp index fefb37d..bd0f5d4 100644 --- a/src/List.cpp +++ b/src/List.cpp @@ -2,7 +2,7 @@ List::List(vector i) { - for(int i = 0; i < 10; i++) + for(int i = 0; i < 3; i++) { Location L; L.x = 150; -- cgit v1.2.3