summaryrefslogtreecommitdiffstats
path: root/src/taskgungoal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskgungoal.cpp')
-rw-r--r--src/taskgungoal.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/taskgungoal.cpp b/src/taskgungoal.cpp
index 00a63d0..e222d25 100644
--- a/src/taskgungoal.cpp
+++ b/src/taskgungoal.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/.// taskgungoal.cpp
#define STRICT
#define D3D_OVERLOADS
@@ -50,7 +50,7 @@ CTaskGunGoal::~CTaskGunGoal()
}
-// Gestion d'un �v�nement.
+// Gestion d'un événement.
BOOL CTaskGunGoal::EventProcess(const Event &event)
{
@@ -85,7 +85,7 @@ BOOL CTaskGunGoal::EventProcess(const Event &event)
}
-// Assigne le but � atteindre.
+// Assigne le but à atteindre.
Error CTaskGunGoal::Start(float dirV, float dirH)
{
@@ -134,7 +134,7 @@ Error CTaskGunGoal::Start(float dirV, float dirH)
return ERR_OK;
}
-// Indique si l'action est termin�e.
+// Indique si l'action est terminée.
Error CTaskGunGoal::IsEnded()
{