Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/Positioning.cpp
- Revision:
- 39:92723f7ea54f
- Parent:
- 38:3526c36e4c73
- Child:
- 46:8b52c7b34d34
diff -r 3526c36e4c73 -r 92723f7ea54f source/Positioning.cpp --- a/source/Positioning.cpp Tue Apr 04 15:01:59 2017 +0000 +++ b/source/Positioning.cpp Tue Apr 04 15:28:26 2017 +0000 @@ -12,11 +12,17 @@ return current_pos; } -int positioning(){ - +int start_positioning() +{ + return 0; - } +} +int positioning() +{ + + return 0; +} /* @@ -55,11 +61,11 @@ deg_l_2 += 1; last_dist_l = sensors[l]; } - + turn_straight_right(); turn_straight_left(); - + wait(0.2f); - + } */ \ No newline at end of file