summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/autotower.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/autotower.h b/src/autotower.h
index e430e1a..8de03b4 100644
--- a/src/autotower.h
+++ b/src/autotower.h
@@ -32,10 +32,10 @@ enum ObjectType;
enum AutoTowerPhase
{
ATP_WAIT = 1,
- ATP_ZERO = 2, // plus d'�nergie
- ATP_SEARCH = 3, // cherche une cible
- ATP_TURN = 4, // tourne vers la cible
- ATP_FIRE = 5, // tire sur la cible
+ ATP_ZERO = 2, // more energy
+ ATP_SEARCH = 3, // search a target
+ ATP_TURN = 4, // turns to the target
+ ATP_FIRE = 5, // shoots on the target
};