From aebce55a618a0c27c3562654e4240d262cc34813 Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 10 Apr 2012 00:39:18 +0300 Subject: Comments translated from French to English. --- src/taskfireant.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/taskfireant.h') 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 }; -- cgit v1.2.3-1-g7c22