summaryrefslogtreecommitdiffstats
path: root/src/taskflag.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 00:45:19 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 00:45:19 +0300
commit4d744862e752c5ec3d773b4feee571dfba96727a (patch)
treeba85463f97f2dccf318ec7a27d8a3367fc77b096 /src/taskflag.h
parent0b60904b95681c66481a3fb594462ce0b2487cc5 (diff)
downloadcolobot-4d744862e752c5ec3d773b4feee571dfba96727a.tar.gz
colobot-4d744862e752c5ec3d773b4feee571dfba96727a.tar.bz2
colobot-4d744862e752c5ec3d773b4feee571dfba96727a.zip
Comments translated from French to English.
Diffstat (limited to 'src/taskflag.h')
-rw-r--r--src/taskflag.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/taskflag.h b/src/taskflag.h
index 6226e99..3caf7bc 100644
--- a/src/taskflag.h
+++ b/src/taskflag.h
@@ -12,7 +12,8 @@
// * 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/.// taskflag.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+// taskflag.h
#ifndef _TASKFLAG_H_
#define _TASKFLAG_H_
@@ -28,8 +29,8 @@ class CObject;
enum TaskFlagOrder
{
- TFL_CREATE = 0, // met
- TFL_DELETE = 1, // enlève
+ TFL_CREATE = 0, // sets
+ TFL_DELETE = 1, // removes
};