Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
33:8a98f8b9d859
Parent:
32:777976c4d733
--- a/source/pathfinding.cpp	Thu Mar 16 12:52:41 2017 +0000
+++ b/source/pathfinding.cpp	Mon Mar 20 14:11:46 2017 +0000
@@ -41,8 +41,8 @@
 static uint16_t open_list_count = 0;
 static uint16_t counter;
 
-static int path_found = ;
-static int no_path_possible = ;
+static int path_found = 0;
+static int no_path_possible = 1;
 
 
 /************************************************************************************************************