Comments translated from French to English.

dev-ui
Programerus 2012-03-13 18:51:25 +01:00
parent fb54e124fa
commit 23729b4ab1
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ class CObject;
enum AutoDestroyerPhase enum AutoDestroyerPhase
{ {
ADEP_WAIT = 1, // attend m<>tal ADEP_WAIT = 1, // expected metal
ADEP_DOWN = 2, // descend le couvercle ADEP_DOWN = 2, // down the cover
ADEP_REPAIR = 3, // construit le v<>hicule ADEP_REPAIR = 3, // built the vehicle
ADEP_UP = 4, // remonte le couvercle ADEP_UP = 4, // up the cover
}; };