summaryrefslogtreecommitdiffstats
path: root/src/taskreset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskreset.h')
-rw-r--r--src/taskreset.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/taskreset.h b/src/taskreset.h
index 92d2ded..6ae05ee 100644
--- a/src/taskreset.h
+++ b/src/taskreset.h
@@ -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/.// taskreset.h
#ifndef _TASKRESET_H_
#define _TASKRESET_H_
@@ -28,9 +28,9 @@ class CObject;
enum TaskResetPhase
{
- TRSP_ZOUT = 1, // dispara�t
- TRSP_MOVE = 2, // d�place
- TRSP_ZIN = 3, // r�appara�t
+ TRSP_ZOUT = 1, // disparaît
+ TRSP_MOVE = 2, // déplace
+ TRSP_ZIN = 3, // réapparaît
};
@@ -59,7 +59,7 @@ protected:
float m_time;
float m_speed;
float m_progress;
- float m_lastParticule; // temps g�n�ration derni�re particule
+ float m_lastParticule; // temps génération dernière particule
float m_iAngle;
};