Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/StartUp.cpp
- Revision:
- 134:5c29654ce301
- Parent:
- 132:8ae08f41bb43
--- a/source/StartUp.cpp Mon May 15 15:00:20 2017 +0000 +++ b/source/StartUp.cpp Tue May 16 14:24:11 2017 +0000 @@ -57,9 +57,9 @@ printf("initial turn...\r\n"); turn_for_deg(180,1); } else { - printf("turning...\r\n"); + //printf("turning...\r\n"); if(turn_for_deg(0,1) < 0) { // check if turning complete - // printf("turn finished...\r\n"); + printf("turn finished...\r\n"); //print_map(0); return 35; }