summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-15 20:43:38 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-15 20:43:38 +0100
commitf81813598c6be2c465603c2966ae7b797e82a7b4 (patch)
tree813aa14aba27740a2f63d823aa640a5574918bec /src
parent0ecf349cf9c1d278c12c9785c90a4f9f6f97649b (diff)
downloadcolobot-f81813598c6be2c465603c2966ae7b797e82a7b4.tar.gz
colobot-f81813598c6be2c465603c2966ae7b797e82a7b4.tar.bz2
colobot-f81813598c6be2c465603c2966ae7b797e82a7b4.zip
Comments translated from French to English.
Diffstat (limited to 'src')
-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
};