summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 20:22:25 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 20:22:25 +0300
commit216d8ba95ace94e83b2287893dd840d1451aa33f (patch)
treea2f03e4cbcab0f7502e66dfc38f07ba5f6c57dd7
parentd8afd8dab5e208c4627c17efbaefd8cd2c925c94 (diff)
downloadcolobot-216d8ba95ace94e83b2287893dd840d1451aa33f.tar.gz
colobot-216d8ba95ace94e83b2287893dd840d1451aa33f.tar.bz2
colobot-216d8ba95ace94e83b2287893dd840d1451aa33f.zip
Comments translated from French to English.
-rw-r--r--src/taskreset.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/taskreset.h b/src/taskreset.h
index 6ae05ee..8b7883e 100644
--- a/src/taskreset.h
+++ b/src/taskreset.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/.// taskreset.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// taskreset.h
#ifndef _TASKRESET_H_
#define _TASKRESET_H_
@@ -28,9 +30,9 @@ class CObject;
enum TaskResetPhase
{
- TRSP_ZOUT = 1, // disparaît
- TRSP_MOVE = 2, // déplace
- TRSP_ZIN = 3, // réapparaît
+ TRSP_ZOUT = 1, // disappears
+ TRSP_MOVE = 2, // moves
+ TRSP_ZIN = 3, // reappears
};
@@ -59,7 +61,7 @@ protected:
float m_time;
float m_speed;
float m_progress;
- float m_lastParticule; // temps génération dernière particule
+ float m_lastParticule; // time of generation last particle
float m_iAngle;
};