Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
126:d0b2057272d0
Parent:
86:df8c869a5a52
Child:
128:6bde4483ce7b
--- a/source/Mapping.cpp	Sun May 14 09:34:37 2017 +0000
+++ b/source/Mapping.cpp	Sun May 14 13:38:29 2017 +0000
@@ -239,7 +239,8 @@
 }
 
 int generate_fake_target(){
-    return 0;
+        obstacle_list[50][50] = 2;
+    return 35;
 }
 
 //******************************************************************************