![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/Mapping.cpp
- 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; } //******************************************************************************