summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-11 00:12:14 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-11 00:12:14 +0300
commit8145215c621ae2563a45a211c20ccc53aaf97f0e (patch)
tree9d160b2562c76d39ee0230f2e3b5e6e6d97846fb
parent401197721ecee8467510a3c256b0fde6e858e82c (diff)
downloadcolobot-8145215c621ae2563a45a211c20ccc53aaf97f0e.tar.gz
colobot-8145215c621ae2563a45a211c20ccc53aaf97f0e.tar.bz2
colobot-8145215c621ae2563a45a211c20ccc53aaf97f0e.zip
Comments translated from French to English.
-rw-r--r--src/tasktake.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/tasktake.h b/src/tasktake.h
index 1248aae..d591ad5 100644
--- a/src/tasktake.h
+++ b/src/tasktake.h
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// tasktake.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// tasktake.h
#ifndef _TASKTAKE_H_
#define _TASKTAKE_H_
@@ -28,15 +30,15 @@ class CObject;
enum TaskTakeOrder
{
- TTO_TAKE = 1, // prend un objet
- TTO_DEPOSE = 2, // dépose l'objet
+ TTO_TAKE = 1, // takes an object
+ TTO_DEPOSE = 2, // deposes the object
};
enum TaskTakeArm
{
- TTA_NEUTRAL = 1, // bras vide au repos
- TTA_FFRONT = 2, // bras au sol
- TTA_FRIEND = 3, // bras derrière un robot amis
+ TTA_NEUTRAL = 1, // empty arm at rest
+ TTA_FFRONT = 2, // arm on the ground
+ TTA_FRIEND = 3, // arm behind a friend robot
};