code strat avant match 2, strat inversée OK normalement

Fork of CRAC-Strat_2017_fin_premier_match by CRAC Team

Files at this revision

API Documentation at this revision

Comitter:
ClementBreteau
Date:
Thu May 25 17:17:42 2017 +0000
Parent:
23:ab87d308eaf9
Commit message:
code de strat avant match2

Changed in this revision

Strategie/Strategie.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Strategie/Strategie.cpp	Thu May 25 17:14:58 2017 +0000
+++ b/Strategie/Strategie.cpp	Thu May 25 17:17:42 2017 +0000
@@ -311,7 +311,7 @@
                     {
                         localData1 = -localData1;//Inversion de la direction
                         #ifdef ROBOT_BIG
-                        localData2 = -localData2;
+                        localData2 = localData2;
                         #endif
                     }