summaryrefslogtreecommitdiffstats
path: root/src/autofactory.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-13 22:00:57 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-13 22:00:57 +0100
commit0d56ae3c3cc8b4c80b1db337b82ba7fe24b396b5 (patch)
treeae89f92185bd5b198766cd1e60a86cab78cb8de2 /src/autofactory.h
parent1b15896500cc6b3aa6d7ecb2cc035f6d34040035 (diff)
downloadcolobot-0d56ae3c3cc8b4c80b1db337b82ba7fe24b396b5.tar.gz
colobot-0d56ae3c3cc8b4c80b1db337b82ba7fe24b396b5.tar.bz2
colobot-0d56ae3c3cc8b4c80b1db337b82ba7fe24b396b5.zip
Comments translated from French to English.
Diffstat (limited to 'src/autofactory.h')
-rw-r--r--src/autofactory.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/autofactory.h b/src/autofactory.h
index 372b3d1..fa4b2b6 100644
--- a/src/autofactory.h
+++ b/src/autofactory.h
@@ -29,13 +29,13 @@ class CObject;
enum AutoFactoryPhase
{
- AFP_WAIT = 1, // attend m�tal
- AFP_CLOSE_S = 2, // ferme les portes (shift)
- AFP_CLOSE_T = 3, // ferme les portes (turn)
- AFP_BUILD = 4, // construit le v�hicule
- AFP_OPEN_T = 5, // ouvre les portes (turn)
- AFP_OPEN_S = 6, // ouvre les portes (shift)
- AFP_ADVANCE = 7, // avance devant la porte
+ AFP_WAIT = 1, // expected metal
+ AFP_CLOSE_S = 2, // closes doors (shift)
+ AFP_CLOSE_T = 3, // closes doors (turn)
+ AFP_BUILD = 4, // building the vehicle
+ AFP_OPEN_T = 5, // opens the doors (turn)
+ AFP_OPEN_S = 6, // opens the doors (shift)
+ AFP_ADVANCE = 7, // advance at the door
};