Comments translated from French to English.
parent
0d331f321e
commit
cfba346523
|
@ -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
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue