summaryrefslogtreecommitdiffstats
path: root/src/taskfireant.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 00:39:18 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 00:39:18 +0300
commitaebce55a618a0c27c3562654e4240d262cc34813 (patch)
treef71b4323baf39af105002061ff35e5a4f1dd4004 /src/taskfireant.h
parentd6101829b6c637df639c5a726e08acf5f64a21bc (diff)
downloadcolobot-aebce55a618a0c27c3562654e4240d262cc34813.tar.gz
colobot-aebce55a618a0c27c3562654e4240d262cc34813.tar.bz2
colobot-aebce55a618a0c27c3562654e4240d262cc34813.zip
Comments translated from French to English.
Diffstat (limited to 'src/taskfireant.h')
-rw-r--r--src/taskfireant.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/taskfireant.h b/src/taskfireant.h
index a824659..9372e70 100644
--- a/src/taskfireant.h
+++ b/src/taskfireant.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/.// taskfireant.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskfireant.h
#ifndef _TASKFIREANT_H_
#define _TASKTIREANT_H_
@@ -28,11 +30,11 @@ class CObject;
enum TaskFireAnt
{
- TFA_NULL = 0, // rien à faire
- TFA_TURN = 1, // tourne
- TFA_PREPARE = 2, // prépare position de tir
- TFA_FIRE = 3, // tir
- TFA_TERMINATE = 4, // termine position de tir
+ TFA_NULL = 0, // nothing to do
+ TFA_TURN = 1, // turns
+ TFA_PREPARE = 2, // prepares shooting position
+ TFA_FIRE = 3, // shooting
+ TFA_TERMINATE = 4, // ends shooting position
};