summaryrefslogtreecommitdiffstats
path: root/src/taskgungoal.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 19:00:27 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 19:00:27 +0300
commit5545f232c7ffbb3ef0dec70ecebb2ee9dd4360c2 (patch)
treee296227c74d47471d6e76e9ddb8e5d290d901975 /src/taskgungoal.h
parentd8cebd443dc224d61d4022a70c6869d6c7c40681 (diff)
downloadcolobot-5545f232c7ffbb3ef0dec70ecebb2ee9dd4360c2.tar.gz
colobot-5545f232c7ffbb3ef0dec70ecebb2ee9dd4360c2.tar.bz2
colobot-5545f232c7ffbb3ef0dec70ecebb2ee9dd4360c2.zip
Comments translated from French to English.
Diffstat (limited to 'src/taskgungoal.h')
-rw-r--r--src/taskgungoal.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/taskgungoal.h b/src/taskgungoal.h
index 5390975..b9947db 100644
--- a/src/taskgungoal.h
+++ b/src/taskgungoal.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/.// taskgungoal.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskgungoal.h
#ifndef _TASKGUNGOAL_H_
#define _TASKGUNGOAL_H_
@@ -42,10 +44,10 @@ protected:
protected:
float m_progress;
float m_speed;
- float m_initialDirV; // direction initiale
- float m_finalDirV; // direction à atteindre
- float m_initialDirH; // direction initiale
- float m_finalDirH; // direction à atteindre
+ float m_initialDirV; // initial direction
+ float m_finalDirV; // direction to reach
+ float m_initialDirH; // initial direction
+ float m_finalDirH; // direction to reach
};