Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
113:c7afe49752b9
Parent:
47:728502df3cb6
Child:
128:6bde4483ce7b
--- a/source/Pathfinding.cpp	Mon May 08 12:09:39 2017 +0000
+++ b/source/Pathfinding.cpp	Tue May 09 13:58:57 2017 +0000
@@ -29,7 +29,7 @@
 using namespace std;
 
 //global
-position walkpath[5 * row] = { 0 };
+position walkpath[3 * row] = { 0 };
 position target = {0};
 
 //should be local