Comments translated from French to English.

dev-ui
Programerus 2012-03-15 20:43:38 +01:00
parent 0ecf349cf9
commit f81813598c
1 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@ enum ObjectType;
enum AutoTowerPhase
{
ATP_WAIT = 1,
ATP_ZERO = 2, // plus d'<27>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
};