summaryrefslogtreecommitdiffstats
path: root/src/autonest.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-15 18:13:06 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-15 18:13:06 +0100
commit66b298f8f3fde1369c1f4a6e333819fb984d78aa (patch)
treeac3542d7544c967a7be3456332bffbe8d94fe6bc /src/autonest.h
parentfd9d06ab46a9ee37864afb0eb49e2756478fd548 (diff)
downloadcolobot-66b298f8f3fde1369c1f4a6e333819fb984d78aa.tar.gz
colobot-66b298f8f3fde1369c1f4a6e333819fb984d78aa.tar.bz2
colobot-66b298f8f3fde1369c1f4a6e333819fb984d78aa.zip
Comments translated from French to English.
Diffstat (limited to 'src/autonest.h')
-rw-r--r--src/autonest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autonest.h b/src/autonest.h
index 9a05d5f..378933c 100644
--- a/src/autonest.h
+++ b/src/autonest.h
@@ -32,7 +32,7 @@ enum ObjectType;
enum AutoNestPhase
{
ANP_WAIT = 1,
- ANP_BIRTH = 2, // apparition d'un boulet
+ ANP_BIRTH = 2, // appearance of a ball
};