summaryrefslogtreecommitdiffstats
path: root/src/taskmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskmanager.cpp')
-rw-r--r--src/taskmanager.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/taskmanager.cpp b/src/taskmanager.cpp
index fb97cde..a637f38 100644
--- a/src/taskmanager.cpp
+++ b/src/taskmanager.cpp
@@ -1,4 +1,4 @@
-// * This file is part of the COLOBOT source code
+// * This file is part of the COLOBOT source code
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
// *
// * This program is free software: you can redistribute it and/or modify
@@ -12,7 +12,7 @@
// * 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/.
+// * along with this program. If not, see http://www.gnu.org/licenses/.// taskmanager.cpp
#define STRICT
#define D3D_OVERLOADS
@@ -97,7 +97,7 @@ Error CTaskManager::StartTaskTurn(float angle)
return ((CTaskTurn*)m_task)->Start(angle);
}
-// Atteint une position donn�e.
+// Atteint une position donnée.
Error CTaskManager::StartTaskGoto(D3DVECTOR pos, float altitude, TaskGotoGoal goalMode, TaskGotoCrash crashMode)
{
@@ -121,7 +121,7 @@ Error CTaskManager::StartTaskManip(TaskManipOrder order, TaskManipArm arm)
return ((CTaskManip*)m_task)->Start(order, arm);
}
-// Met ou enl�ve un drapeau.
+// Met ou enlève un drapeau.
Error CTaskManager::StartTaskFlag(TaskFlagOrder order, int rank)
{
@@ -169,7 +169,7 @@ Error CTaskManager::StartTaskPen(BOOL bDown, int color)
return ((CTaskPen*)m_task)->Start(bDown, color);
}
-// R�cup�re une ruine.
+// Récupère une ruine.
Error CTaskManager::StartTaskRecover()
{
@@ -177,7 +177,7 @@ Error CTaskManager::StartTaskRecover()
return ((CTaskRecover*)m_task)->Start();
}
-// D�ploie le bouclier.
+// Déploie le bouclier.
Error CTaskManager::StartTaskShield(TaskShieldMode mode, float delay)
{
@@ -222,7 +222,7 @@ Error CTaskManager::StartTaskGunGoal(float dirV, float dirH)
return ((CTaskGunGoal*)m_task)->Start(dirV, dirH);
}
-// Suicide de l'araign�e.
+// Suicide de l'araignée.
Error CTaskManager::StartTaskSpiderExplo()
{
@@ -242,7 +242,7 @@ Error CTaskManager::StartTaskReset(D3DVECTOR goal, D3DVECTOR angle)
-// Gestion d'un �v�nement.
+// Gestion d'un événement.
BOOL CTaskManager::EventProcess(const Event &event)
{
@@ -251,7 +251,7 @@ BOOL CTaskManager::EventProcess(const Event &event)
}
-// Indique si l'action est termin�e.
+// Indique si l'action est terminée.
Error CTaskManager::IsEnded()
{
@@ -269,8 +269,8 @@ BOOL CTaskManager::IsBusy()
}
-// Indique s'il est possible de piloter le robot pendant l'ex�cution
-// de la t�che en cours.
+// Indique s'il est possible de piloter le robot pendant l'exécution
+// de la tâche en cours.
BOOL CTaskManager::IsPilot()
{