From 7dda7a0ac5b185acccf771b2ac9677ec9649144c Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 20 Mar 2012 18:47:17 +0100 Subject: Comments translated from French to English. --- src/dd.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/dd.cpp') 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) { -- cgit v1.2.3-1-g7c22