Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
81:956f65714207
Parent:
80:92b9d083322d
Child:
88:b89cace9329b
--- a/source/Robot.cpp	Wed Apr 26 07:30:03 2017 +0000
+++ b/source/Robot.cpp	Mon May 01 07:39:18 2017 +0000
@@ -197,7 +197,7 @@
 //Color
 bool get_color()
 {
-    if (red == 0 && green == 1) {
+    if (red == 1 && green == 0) {   //Active - LOW
         return 1;
     } else {
         return 0;