Comments translated from French to English.

dev-ui
Programerus 2012-03-15 19:45:56 +01:00
parent 0d331f321e
commit cfba346523
1 changed files with 5 additions and 4 deletions

View File

@ -29,10 +29,11 @@ class CObject;
enum AutoRepairPhase enum AutoRepairPhase
{ {
ARP_WAIT = 1, // attend m<>tal ARP_WAIT = 1, // expected metal
ARP_DOWN = 2, // descend le couvercle ARP_DOWN = 2, // down the cover
ARP_REPAIR = 3, // construit le v<>hicule ARP_REPAIR = 3, // repair the vehicle
ARP_UP = 4, // remonte le couvercle ARP_UP = 4, // back cover
}; };