summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
};