summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 20:09:57 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 20:09:57 +0300
commit6cbd5177396e8e757740b15112e7e8465a4da10b (patch)
tree38bdce3906d2de67725488c296ff48a13df61fa3 /src
parenteadbe30bf0a8785f58e7b5cda5f06a66be327cfa (diff)
downloadcolobot-6cbd5177396e8e757740b15112e7e8465a4da10b.tar.gz
colobot-6cbd5177396e8e757740b15112e7e8465a4da10b.tar.bz2
colobot-6cbd5177396e8e757740b15112e7e8465a4da10b.zip
Comments translated from French to English.
Diffstat (limited to 'src')
-rw-r--r--src/taskpen.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/taskpen.h b/src/taskpen.h
index 105491f..d942204 100644
--- a/src/taskpen.h
+++ b/src/taskpen.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/.// taskpen.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskpen.h
#ifndef _TASKSPEN_H_
#define _TASKSPEN_H_
@@ -28,9 +30,9 @@ class CObject;
enum TaskPenPhase
{
- TPP_UP = 1, // monte le crayon
- TPP_TURN = 2, // tourne le carrousel
- TPP_DOWN = 3, // descend le crayon
+ TPP_UP = 1, // rises the pencil
+ TPP_TURN = 2, // turns the carousel
+ TPP_DOWN = 3, // descends the pencil
};