summaryrefslogtreecommitdiffstats
path: root/src/dd.cpp
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:47:17 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:47:17 +0100
commit7dda7a0ac5b185acccf771b2ac9677ec9649144c (patch)
tree62b4662b81505b3e4ecf8152e2cf474372d72098 /src/dd.cpp
parenta708159d0fc9af10e2e482739e9fa69580810f11 (diff)
downloadcolobot-7dda7a0ac5b185acccf771b2ac9677ec9649144c.tar.gz
colobot-7dda7a0ac5b185acccf771b2ac9677ec9649144c.tar.bz2
colobot-7dda7a0ac5b185acccf771b2ac9677ec9649144c.zip
Comments translated from French to English.
Diffstat (limited to 'src/dd.cpp')
-rw-r--r--src/dd.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dd.cpp b/src/dd.cpp
index d0ac2c6..75e332a 100644
--- a/src/dd.cpp
+++ b/src/dd.cpp
@@ -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/.// Compilation d'une procédure avec un "point".
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// Compilation of a procedure with a "dot".
int cPoint(CBotVar* &var, CBotString& retClass, void* user)
{
@@ -40,7 +42,7 @@ int cPoint(CBotVar* &var, CBotString& retClass, void* user)
return CBotErrBadParam;
}
-// Donne un paramètre de type "point".
+// Gives a parameter of type "point".
BOOL GetPoint(CBotVar* &var, int& exception, D3DVECTOR& pos)
{
@@ -87,7 +89,7 @@ BOOL GetPoint(CBotVar* &var, int& exception, D3DVECTOR& pos)
-// Compilation de l'instruction "space(center, rMin, rMax, dist)".
+// Compilation of the instruction "space(center, rMin, rMax, dist)".
int cSpace(CBotVar* &var, CBotString& retClass, void* user)
{