Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
47:728502df3cb6
Parent:
41:462d379e85c4
Child:
113:c7afe49752b9
diff -r 8b52c7b34d34 -r 728502df3cb6 source/Pathfinding.cpp
--- a/source/Pathfinding.cpp	Tue Apr 11 19:43:39 2017 +0000
+++ b/source/Pathfinding.cpp	Wed Apr 12 13:30:44 2017 +0000
@@ -29,7 +29,6 @@
 using namespace std;
 
 //global
-uint8_t obstacle_list[row][col] = { 0 };
 position walkpath[5 * row] = { 0 };
 position target = {0};