summaryrefslogtreecommitdiff
path: root/src/List.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-25 13:27:43 -0600
committertom <tom@ground-control>2015-11-25 13:27:43 -0600
commite63a678a8fdde888620b6d5a5059bd0f37141592 (patch)
treef49292feed3b8132496658c1be8414d801a62727 /src/List.cpp
parent1031174ed7446d22b3f5505ff3a4e84135b88cc3 (diff)
cleaned wander and added heuristic movement that doesnt work
Diffstat (limited to 'src/List.cpp')
-rw-r--r--src/List.cpp2
1 files changed, 1 insertions, 1 deletions
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 <Location> i)
{
- for(int i = 0; i < 10; i++)
+ for(int i = 0; i < 3; i++)
{
Location L;
L.x = 150;