summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-11 00:18:19 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-11 00:18:19 +0300
commite6ba3f08dce088d42c423288f89a791bb7072d79 (patch)
treed02fccefa12c31bdbc4ed82e411ad5c5d43294b8 /src
parent5e86333bde85e53584fae41041d53becdc6dae53 (diff)
downloadcolobot-e6ba3f08dce088d42c423288f89a791bb7072d79.tar.gz
colobot-e6ba3f08dce088d42c423288f89a791bb7072d79.tar.bz2
colobot-e6ba3f08dce088d42c423288f89a791bb7072d79.zip
Comments translated from French to English.
Diffstat (limited to 'src')
-rw-r--r--src/taskterraform.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/taskterraform.h b/src/taskterraform.h
index be9cfd7..3d36ff8 100644
--- a/src/taskterraform.h
+++ b/src/taskterraform.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/.// taskterraform.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskterraform.h
#ifndef _TASKSTERRAFORM_H_
#define _TASKSTERRAFORM_H_
@@ -28,10 +30,10 @@ class CObject;
enum TaskTerraPhase
{
- TTP_CHARGE = 1, // charge d'énergie
- TTP_DOWN = 2, // descend
- TTP_TERRA = 3, // frappe
- TTP_UP = 4, // remonte
+ TTP_CHARGE = 1, // charge of energy
+ TTP_DOWN = 2, // down
+ TTP_TERRA = 3, // strike
+ TTP_UP = 4, // up
};