summaryrefslogtreecommitdiffstats
path: root/src/autoportico.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-15 18:45:19 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-15 18:45:19 +0100
commit604893320c23bccdfb61dc21b46cacbe3f7eaa2e (patch)
tree4f67f5d86555a45b9e11062a77d2dc3b0c8216f3 /src/autoportico.h
parent69396730b1053f38d09cd984c69957131ac8082d (diff)
downloadcolobot-604893320c23bccdfb61dc21b46cacbe3f7eaa2e.tar.gz
colobot-604893320c23bccdfb61dc21b46cacbe3f7eaa2e.tar.bz2
colobot-604893320c23bccdfb61dc21b46cacbe3f7eaa2e.zip
Comments translated from French to English.
Diffstat (limited to 'src/autoportico.h')
-rw-r--r--src/autoportico.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/autoportico.h b/src/autoportico.h
index 9988e74..6e790a1 100644
--- a/src/autoportico.h
+++ b/src/autoportico.h
@@ -29,13 +29,13 @@ class CObject;
enum AutoPorticoPhase
{
- APOP_WAIT = 1, // attend
- APOP_START = 2, // d�part de l'action
- APOP_MOVE = 3, // avance
- APOP_WAIT1 = 4, // attend
- APOP_DOWN = 5, // descend
- APOP_WAIT2 = 6, // attend
- APOP_OPEN = 7, // ouvre
+ APOP_WAIT = 1, // waits
+ APOP_START = 2, // start of the action
+ APOP_MOVE = 3, // advance
+ APOP_WAIT1 = 4, // waits
+ APOP_DOWN = 5, // down
+ APOP_WAIT2 = 6, // waits
+ APOP_OPEN = 7, // opens
};