summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 20:17:31 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 20:17:31 +0300
commit22b6606c2bd3f4952c5297f19aa769bb22a7cd59 (patch)
treedac1681595c634f278d5bdf25a5789357021a65d /src
parent580dde77e431d8db228726b8abd1ec20a99b44e7 (diff)
downloadcolobot-22b6606c2bd3f4952c5297f19aa769bb22a7cd59.tar.gz
colobot-22b6606c2bd3f4952c5297f19aa769bb22a7cd59.tar.bz2
colobot-22b6606c2bd3f4952c5297f19aa769bb22a7cd59.zip
Comments translated from French to English.
Diffstat (limited to 'src')
-rw-r--r--src/taskrecover.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/taskrecover.h b/src/taskrecover.h
index 4357cab..1a728ff 100644
--- a/src/taskrecover.h
+++ b/src/taskrecover.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/.// taskrecover.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskrecover.h
#ifndef _TASKSRECOVER_H_
#define _TASKSRECOVER_H_
@@ -28,11 +30,11 @@ class CObject;
enum TaskRecoverPhase
{
- TRP_TURN = 1, // tourne
- TRP_MOVE = 2, // avance
- TRP_DOWN = 3, // descend
- TRP_OPER = 4, // opère
- TRP_UP = 5, // remonte
+ TRP_TURN = 1, // turns
+ TRP_MOVE = 2, // advance
+ TRP_DOWN = 3, // descends
+ TRP_OPER = 4, // operates
+ TRP_UP = 5, // back
};