Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
63:b27aa01c2cf6
Parent:
61:628f8a4e857c
Child:
71:ddf4eb5c3081
--- a/source/Movement.cpp	Tue Apr 18 17:33:22 2017 +0000
+++ b/source/Movement.cpp	Wed Apr 19 13:24:14 2017 +0000
@@ -9,7 +9,7 @@
 bool direction = false;
 float wanted_deg = 0;
 float current_deg = 0;
-Timer t = 0;
+Timer t;
 float previous_t = 0;
 
 int moving()