summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-10 20:33:08 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-10 20:33:08 +0300
commit525bfb41babab326fa84138961374438058494ad (patch)
tree27e04861b08e107da6bc1fb6bc74192205296370
parent08597353ec5990c1e083f63da1817c4c0b2a6134 (diff)
downloadcolobot-525bfb41babab326fa84138961374438058494ad.tar.gz
colobot-525bfb41babab326fa84138961374438058494ad.tar.bz2
colobot-525bfb41babab326fa84138961374438058494ad.zip
Comments translated from French to English.
-rw-r--r--src/tasksearch.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/tasksearch.h b/src/tasksearch.h
index c90e51c..8975e7b 100644
--- a/src/tasksearch.h
+++ b/src/tasksearch.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/.// tasksearch.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// tasksearch.h
#ifndef _TASKSEARCH_H_
#define _TASKSEARCH_H_
@@ -28,15 +30,15 @@ class CObject;
enum TaskSearchHand
{
- TSH_UP = 1, // capteur en haut
- TSH_DOWN = 2, // capteur en bas
+ TSH_UP = 1, // sensor at the top
+ TSH_DOWN = 2, // sensor at the bottom
};
enum TaskSearchPhase
{
- TSP_DOWN = 1, // descend
- TSP_SEARCH = 2, // cherche
- TSP_UP = 3, // remonte
+ TSP_DOWN = 1, // descends
+ TSP_SEARCH = 2, // seeks
+ TSP_UP = 3, // rises
};