diff --git a/src/autoradar.h b/src/autoradar.h index 66574655..91cc9e61 100644 --- a/src/autoradar.h +++ b/src/autoradar.h @@ -29,10 +29,10 @@ class CObject; enum AutoRadarPhase { - ARAP_WAIT = 1, // attend - ARAP_SEARCH = 2, // cherche - ARAP_SHOW = 3, // montre - ARAP_SINUS = 4, // oscille + ARAP_WAIT = 1, // waiting + ARAP_SEARCH = 2, // seeking + ARAP_SHOW = 3, // watching + ARAP_SINUS = 4, // oscillates };